aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/segment_reduction_ops.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [XLA] Add a new client helper library for building constants.Gravatar Peter Hawkins2018-07-02
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [TF:XLA] Implement UnsortedSegment{Prod,Min,Max} operators.Gravatar Peter Hawkins2018-06-25
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* Normally tf2xla (autoclustering, jit_scope and rewrite) rely on graph optimiz...Gravatar A. Unique TensorFlower2018-03-17
* [TF:XLA] Implement ScatterNd.Gravatar Peter Hawkins2018-02-12
* [TF:XLA] Remove workaround for b/37575001.Gravatar A. Unique TensorFlower2018-01-16
* Fix bug: Using a ComputationDataHandle from the wrong ComputationBuilder.Gravatar A. Unique TensorFlower2017-08-18
* Use XLA While loop in Gather/Scatter tf2xla bridge ops, to prevent excessivel...Gravatar A. Unique TensorFlower2017-08-16
* Implementation of UnsortedSegmentSum in tf2xla bridge.Gravatar A. Unique TensorFlower2017-07-25