Home
last modified time | relevance | path

Searched refs:CastFunctor (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcast_op.h32 struct CastFunctor<Device, OUT_TYPE, IN_OUT> { \
46 template struct CastFunctor<DEVICE, OUT_TYPE, IN_OUT>;
50 struct CastFunctor<DEVICE, OUT_TYPE, IN_OUT> { \
77 struct CastFunctor<devname, OUT_TYPE, IN_OUT> { \
146 struct CastFunctor { struct
Dcast_op_impl_bfloat.cc36 functor::CastFunctor<GPUDevice, float, bfloat16> func; in GetGpuCastFromBfloat()
Dcast_op_gpu.cu.cc33 #define DEFINE(O, I) template struct CastFunctor<GPUDevice, O, I>
Dcast_op_impl.h60 functor::CastFunctor<DEVICE, OUT, IN> func; \
Ddepthwise_conv_grad_op.cc1191 functor::CastFunctor<Device, float, Eigen::half> cast; in Compute()
1214 functor::CastFunctor<Device, Eigen::half, float> cast; in Compute()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dself_adjoint_eig_v2_op_gpu.cc143 functor::CastFunctor<GPUDevice, Scalar, RealScalar> cast; in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op.cc131 functor::CastFunctor<GPUDevice, T, float> cast; in operator ()()