Home
last modified time | relevance | path

Searched defs:XentFunctor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dxent_op_gpu.cu.cc33 struct XentFunctor<GPUDevice, T> { struct
34 void operator()(const GPUDevice &d, in operator ()()
51 template struct functor::XentFunctor<GPUDevice, Eigen::half>; member in tensorflow::functor
52 template struct functor::XentFunctor<GPUDevice, float>; member in tensorflow::functor
53 template struct functor::XentFunctor<GPUDevice, double>; member in tensorflow::functor
Dxent_op.cc120 struct XentFunctor<CPUDevice, T> : XentFunctorBase<CPUDevice, T> {}; struct
124 struct XentFunctor<SYCLDevice, T> : XentFunctorBase<SYCLDevice, T> {}; struct
Dxent_op.h29 struct XentFunctor { struct