Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_int64.cc23 CastFunctorType GetCpuCastFromInt64(DataType dst_dtype) { in GetCpuCastFromInt64() function
Dcast_op_impl.h85 CastFunctorType GetCpuCastFromInt64(DataType dst_dtype);
Dcast_op.cc146 work_ = GetCpuCastFromInt64(dst_dtype_); in Prepare()