Searched defs:SoftmaxFunctor (Results 1 – 2 of 2) sorted by relevance
47 struct SoftmaxFunctor<CPUDevice, T> : SoftmaxFunctorBase<CPUDevice, T> {}; struct51 struct SoftmaxFunctor<SYCLDevice, T> : SoftmaxFunctorBase<SYCLDevice, T> {}; struct
28 struct SoftmaxFunctor { struct