Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_complex128.cc23 CastFunctorType GetCpuCastFromComplex128(DataType dst_dtype) { in GetCpuCastFromComplex128() function
Dcast_op_impl.h95 CastFunctorType GetCpuCastFromComplex128(DataType dst_dtype);
Dcast_op.cc156 work_ = GetCpuCastFromComplex128(dst_dtype_); in Prepare()