aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/gather_nd_op.cc
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
* Add complex kernel registrations for GatherNd and ScatterNd.Gravatar Eugene Brevdo2017-09-28
* TF: GatherNd and ScatterNd updates.Gravatar Eugene Brevdo2017-09-26
* Add methods RemoveLastDims and RemoveDimRange to TensorShape. Apart from the ...Gravatar A. Unique TensorFlower2017-09-20
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Split gather_nd CPU functors into multiple files for faster compile times.Gravatar Eugene Brevdo2016-08-02
* Clean up gather_nd op (remove extra, unnecessary, templated code).Gravatar Eugene Brevdo2016-07-26
* Extend gather_nd to support sliced indexing.Gravatar Eugene Brevdo2016-07-22
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Make the TF_CALL_*() macros drop the semicolon, instead putting that burdenGravatar A. Unique TensorFlower2016-04-11
* Add gather_nd opGravatar Eugene Brevdo2016-03-28