Home
last modified time | relevance | path

Searched defs:SoftmaxFunctor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op.cc47 struct SoftmaxFunctor<CPUDevice, T> : SoftmaxFunctorBase<CPUDevice, T> {}; struct
51 struct SoftmaxFunctor<SYCLDevice, T> : SoftmaxFunctorBase<SYCLDevice, T> {}; struct
Dsoftmax_op_functor.h28 struct SoftmaxFunctor { struct