aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/xla_helpers.cc
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Add a new client helper library for building constants.Gravatar Peter Hawkins2018-07-02
* [XLA] Add new helper xla::Iota().Gravatar Peter Hawkins2018-06-29
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [XLA:TF] Explain why we're not doing sum reductions in 16 bitGravatar Benjamin Kramer2018-06-26
* [TF:XLA] Implement UnsortedSegment{Prod,Min,Max} operators.Gravatar Peter Hawkins2018-06-25
* Automated g4 rollback of changelist 200777514Gravatar Kay Zhu2018-06-19
* Automated g4 rollback of changelist 200750664Gravatar Kay Zhu2018-06-15
* [TF2XLA] Remove the last unncessary host-to-device memcpy, and remove theGravatar Kay Zhu2018-06-15
* [TF:XLA] Introduce a new HostTensorToBorrowingLiteral path without the memcpy...Gravatar Kay Zhu2018-06-07
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [XLA] Change the TF2XLA bridge to perform F16 reduction using F32 data type.Gravatar Bixia Zheng2018-04-30
* [TF] Add half precision to the supported data types for tensorflow operations.Gravatar Bixia Zheng2018-04-06
* [TF:XLA] do not emit bfloat16 sum reductions from tf2xlaGravatar Nick Desaulniers2018-03-21
* [TF:XLA] Implement ScatterNd.Gravatar Peter Hawkins2018-02-12
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [TF:XLA] Allow bfloat16 types in more places.Gravatar Peter Hawkins2017-11-30
* [TF:XLA] Add a Cholesky decomposition implementation.Gravatar Peter Hawkins2017-11-10
* Refactor ArgMin / ArgMax index ops as XlaHelpers.Gravatar A. Unique TensorFlower2017-10-31
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [TF:XLA] Improve numerical stability of SoftPlus.Gravatar Peter Hawkins2017-10-04
* [TF:XLA] Add support for ArgMin and ArgMax.Gravatar Peter Hawkins2017-09-29
* [XLA] Add helper method xla::MakeEdgePaddingConfig for creating an xla::Paddi...Gravatar Peter Hawkins2017-09-14
* [TF:XLA] Implementing ResourceGather in TF2XLA.Gravatar A. Unique TensorFlower2017-07-12
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* [TF:XLA] Implement SparseSoftmaxCrossEntropyWithLogits.Gravatar Peter Hawkins2017-03-03
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09