Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_int32.cc30 CastFunctorType GetGpuCastFromInt32(DataType dst_dtype) { in GetGpuCastFromInt32() function
Dcast_op_impl.h116 CastFunctorType GetGpuCastFromInt32(DataType dst_dtype);
Dcast_op.cc198 work_ = GetGpuCastFromInt32(dst_dtype_); in Prepare()