Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_int64.cc30 CastFunctorType GetGpuCastFromInt64(DataType dst_dtype) { in GetGpuCastFromInt64() function
Dcast_op_impl.h118 CastFunctorType GetGpuCastFromInt64(DataType dst_dtype);
Dcast_op.cc200 work_ = GetGpuCastFromInt64(dst_dtype_); in Prepare()