Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_bool.cc30 CastFunctorType GetGpuCastFromBool(DataType dst_dtype) { in GetGpuCastFromBool() function
Dcast_op_impl.h102 CastFunctorType GetGpuCastFromBool(DataType dst_dtype);
Dcast_op.cc184 work_ = GetGpuCastFromBool(dst_dtype_); in Prepare()