Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_xent_op_gpu.cu.cc61 struct SparseXentFunctor<GPUDevice, T, Index> { struct
74 template struct functor::SparseXentFunctor<GPUDevice, float, Index>; \
76 template struct functor::SparseXentFunctor<GPUDevice, Eigen::half, Index>; \
Dsparse_xent_op.cc92 functor::SparseXentFunctor<Device, T, Index> functor; in Compute()
103 struct SparseXentFunctor<CPUDevice, T, Index> { struct
Dsparse_xent_op.h154 struct SparseXentFunctor { struct