Remove duplicate kernel registration for bfloat16 for certain TensorList ops.
TF_CALL_POD_STRING_TYPES already includes bfloat16. PiperOrigin-RevId: 236376521
This commit is contained in:
parent
e201a3068f
commit
4a07787d7d
@ -673,7 +673,6 @@ REGISTER_TENSOR_LIST_OPS_CPU(qint8);
|
|||||||
REGISTER_TENSOR_LIST_OPS_CPU(quint16);
|
REGISTER_TENSOR_LIST_OPS_CPU(quint16);
|
||||||
REGISTER_TENSOR_LIST_OPS_CPU(qint16);
|
REGISTER_TENSOR_LIST_OPS_CPU(qint16);
|
||||||
REGISTER_TENSOR_LIST_OPS_CPU(qint32);
|
REGISTER_TENSOR_LIST_OPS_CPU(qint32);
|
||||||
REGISTER_TENSOR_LIST_OPS_CPU(bfloat16);
|
|
||||||
REGISTER_TENSOR_LIST_OPS_CPU(Variant);
|
REGISTER_TENSOR_LIST_OPS_CPU(Variant);
|
||||||
|
|
||||||
#undef REGISTER_TENSOR_LIST_OPS_CPU
|
#undef REGISTER_TENSOR_LIST_OPS_CPU
|
||||||
|
Loading…
Reference in New Issue
Block a user