aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/gather_test.py
Commit message (Expand)AuthorAge
* [XLA:TF] Whitelist quantized types for CPU/GPUGravatar Benjamin Kramer2018-09-20
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Automated g4 rollback of changelist 201419522Gravatar Tony Wang2018-06-28
* [TF:XLA] Add additional test case for tf.gather.Gravatar Peter Hawkins2018-02-12
* [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
* Refactor XLA Gather to use a common implementation for Gather, ResourceGather...Gravatar A. Unique TensorFlower2017-08-14