Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_bool.cc23 CastFunctorType GetCpuCastFromBool(DataType dst_dtype) { in GetCpuCastFromBool() function
Dcast_op_impl.h67 CastFunctorType GetCpuCastFromBool(DataType dst_dtype);
Dcast_op.cc130 work_ = GetCpuCastFromBool(dst_dtype_); in Prepare()