aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/gather_op.cc
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2018-02-02 15:52:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-02 16:00:08 -0800
commit026c90c2ebae46cc68d7a9f05474bdd18bb18a6f (patch)
tree6216e07fe493740f807c386698096e9068d9f246 /tensorflow/core/kernels/gather_op.cc
parent29d118793b3a08b87b4019da56cdf3579cd88694 (diff)
TF_CALL_ALL_TYPES should include variant
PiperOrigin-RevId: 184347081
Diffstat (limited to 'tensorflow/core/kernels/gather_op.cc')
-rw-r--r--tensorflow/core/kernels/gather_op.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/gather_op.cc b/tensorflow/core/kernels/gather_op.cc
index 0a38d3d4af..08adf4badb 100644
--- a/tensorflow/core/kernels/gather_op.cc
+++ b/tensorflow/core/kernels/gather_op.cc
@@ -143,7 +143,6 @@ TF_CALL_ALL_TYPES(REGISTER_GATHER_CPU);
TF_CALL_QUANTIZED_TYPES(REGISTER_GATHER_CPU);
TF_CALL_quint16(REGISTER_GATHER_CPU);
TF_CALL_qint16(REGISTER_GATHER_CPU);
-TF_CALL_variant(REGISTER_GATHER_CPU);
#undef REGISTER_GATHER_CPU