aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/gather_op.cc
Commit message (Expand)AuthorAge
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-28
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* Use the new gather HLO in the bridge when lowering TF gather ops; NFCGravatar Sanjoy Das2018-04-18
* [TF:XLA] Work around crash in Gather op on CPU backend by making loop bound a...Gravatar Peter Hawkins2018-02-12
* [TF:XLA] Implement ScatterNd.Gravatar Peter Hawkins2018-02-12
* [TF:XLA] Implement GatherNd.Gravatar Peter Hawkins2018-02-05
* [TF:XLA] Remove workaround for b/37575001.Gravatar A. Unique TensorFlower2018-01-16
* [TF:XLA] Refactor large list of hard-coded compile-time constant arguments to...Gravatar Peter Hawkins2017-12-23
* Automated g4 rollback of changelist 174523638Gravatar Justin Lebar2017-11-06
* [XLA] Special case tf.gather with one index to skip the while loop; just do a...Gravatar Eugene Brevdo2017-11-03
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA:CPU] Switch TF gather's HLO implementation to use dynamic-update-slice i...Gravatar Justin Lebar2017-10-11
* Adds XLA support for GatherV2 (gather with axis parameter).Gravatar A. Unique TensorFlower2017-09-26
* [XLA] Add helper method xla::MakeEdgePaddingConfig for creating an xla::Paddi...Gravatar Peter Hawkins2017-09-14
* Use XLA While loop in Gather/Scatter tf2xla bridge ops, to prevent excessivel...Gravatar A. Unique TensorFlower2017-08-16
* Refactor XLA Gather to use a common implementation for Gather, ResourceGather...Gravatar A. Unique TensorFlower2017-08-14
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09