Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp101 bool softmaxFloat16(const _Float16* inputData, const Shape& inputShape, const float beta, in softmaxFloat16() function
292 return softmaxFloat16(context->getInputBuffer<_Float16>(kInputTensor), in execute()