[TF:XLA] Implement GatherNd.
authorPeter Hawkins <phawkins@google.com>
Mon, 5 Feb 2018 22:12:02 +0000 (14:12 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 5 Feb 2018 22:16:03 +0000 (14:16 -0800)
commit473bc3580510e2da299662da200791cf4a9fb086
treec0993c14233818f1cddee862781d077c0c5c9961
parent1bbfc0c9cebd1808fa46024f738e56d10d57d97e
[TF:XLA] Implement GatherNd.

PiperOrigin-RevId: 184584104
tensorflow/compiler/tests/BUILD
tensorflow/compiler/tests/gather_nd_op_test.py [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/BUILD
tensorflow/compiler/tf2xla/kernels/gather_op.cc
tensorflow/compiler/tf2xla/kernels/gather_op.h [deleted file]
tensorflow/compiler/tf2xla/kernels/gather_op_helpers.h
tensorflow/compiler/tf2xla/kernels/tensor_array_ops.cc
tensorflow/compiler/tf2xla/kernels/variable_ops.cc