Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_int16.cc23 CastFunctorType GetCpuCastFromInt16(DataType dst_dtype) { in GetCpuCastFromInt16() function
Dcast_op_impl.h81 CastFunctorType GetCpuCastFromInt16(DataType dst_dtype);
Dcast_op.cc142 work_ = GetCpuCastFromInt16(dst_dtype_); in Prepare()