aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/gather_nd_op_test.py
Commit message (Expand)AuthorAge
* Improve error messages for gather_nd and scatter_ndGravatar Geoffrey Irving2018-07-18
* Fix of issue #13164 (Merges #13382) (#16368)Gravatar Robin Richtsfeld2018-05-25
* Make gather_nd & scatter_nd handle rank 6 and 7 indices.Gravatar A. Unique TensorFlower2017-12-04
* Changed gradient of GatherNd to use IndexedSlices when possible rather than p...Gravatar A. Unique TensorFlower2017-11-10
* TF: GatherNd and ScatterNd updates.Gravatar Eugene Brevdo2017-09-26
* Halve the number of CPU tests run in 9 files.Gravatar Vijay Vasudevan2017-05-25
* Allows int64 indices in gather_nd gradient.Gravatar A. Unique TensorFlower2016-12-22
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Adding CPU kernels for tf.scatter_nd(), tf.scatter_nd_update(), tf.scatter_nd...Gravatar A. Unique TensorFlower2016-11-02
* Automated rollback of change 137564676Gravatar A. Unique TensorFlower2016-10-28
* Adding CPU kernels for tf.scatter_nd(), tf.scatter_nd_update(), tf.scatter_nd...Gravatar A. Unique TensorFlower2016-10-28
* Extend gather_nd to support sliced indexing.Gravatar Eugene Brevdo2016-07-22
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add gather_nd opGravatar Eugene Brevdo2016-03-28