Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_int32.cc23 CastFunctorType GetCpuCastFromInt32(DataType dst_dtype) { in GetCpuCastFromInt32() function
Dcast_op_impl.h83 CastFunctorType GetCpuCastFromInt32(DataType dst_dtype);
Dcast_op.cc144 work_ = GetCpuCastFromInt32(dst_dtype_); in Prepare()