Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_uint64.cc23 CastFunctorType GetCpuCastFromUint64(DataType dst_dtype) { in GetCpuCastFromUint64() function
Dcast_op_impl.h77 CastFunctorType GetCpuCastFromUint64(DataType dst_dtype);
Dcast_op.cc138 work_ = GetCpuCastFromUint64(dst_dtype_); in Prepare()