Implement constant-only ListDiff Op in XLA to support dense layer.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 11 May 2018 22:07:24 +0000 (15:07 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 11 May 2018 22:15:50 +0000 (15:15 -0700)
commit9d59278f2d284fc88a95a0f3d894427e905bfe93
tree40fe9728b9331eb05b71b0ab6d4926a6ba685493
parentb24dec71a9d88a4d2c48b5fc4dbb87cc0db4aaa9
Implement constant-only ListDiff Op in XLA to support dense layer.

PiperOrigin-RevId: 196315170
tensorflow/compiler/tests/BUILD
tensorflow/compiler/tests/listdiff_op_test.py [new file with mode: 0644]
tensorflow/compiler/tf2xla/kernels/BUILD
tensorflow/compiler/tf2xla/kernels/listdiff_op.cc [new file with mode: 0644]