Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_complex128.cc30 CastFunctorType GetGpuCastFromComplex128(DataType dst_dtype) { in GetGpuCastFromComplex128() function
Dcast_op_impl.h128 CastFunctorType GetGpuCastFromComplex128(DataType dst_dtype);
Dcast_op.cc210 work_ = GetGpuCastFromComplex128(dst_dtype_); in Prepare()