Register quint16/qint16 for GatherOp.

PiperOrigin-RevId: 173974904
This commit is contained in:
A. Unique TensorFlower 2017-10-30 17:23:51 -07:00 committed by TensorFlower Gardener
parent 309e340619
commit 542b323e5a

View File

@ -140,6 +140,8 @@ class GatherOp : public OpKernel {
// Registration of the CPU implementations.
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);
#undef REGISTER_GATHER_CPU