Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_float.cc25 CastFunctorType GetCpuCastFromFloat(DataType dst_dtype) { in GetCpuCastFromFloat() function
Dcast_op_impl.h89 CastFunctorType GetCpuCastFromFloat(DataType dst_dtype);
Dcast_op.cc150 work_ = GetCpuCastFromFloat(dst_dtype_); in Prepare()