Home
last modified time | relevance | path

Searched refs:GetCpuCastFromUint8 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_uint8.cc23 CastFunctorType GetCpuCastFromUint8(DataType dst_dtype) { in GetCpuCastFromUint8() function
Dcast_op_impl.h69 CastFunctorType GetCpuCastFromUint8(DataType dst_dtype);
Dcast_op.cc132 work_ = GetCpuCastFromUint8(dst_dtype_); in Prepare()