Register quint16/qint16 for GatherOp.
PiperOrigin-RevId: 173974904
This commit is contained in:
parent
309e340619
commit
542b323e5a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user