Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_complex64.cc23 CastFunctorType GetCpuCastFromComplex64(DataType dst_dtype) { in GetCpuCastFromComplex64() function
Dcast_op_impl.h93 CastFunctorType GetCpuCastFromComplex64(DataType dst_dtype);
Dcast_op.cc154 work_ = GetCpuCastFromComplex64(dst_dtype_); in Prepare()