Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_half.cc23 CastFunctorType GetCpuCastFromHalf(DataType dst_dtype) { in GetCpuCastFromHalf() function
Dcast_op_impl.h87 CastFunctorType GetCpuCastFromHalf(DataType dst_dtype);
Dcast_op.cc148 work_ = GetCpuCastFromHalf(dst_dtype_); in Prepare()