Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp203 bool softmaxQuant8(const T* inputData, const Shape& inputShape, const float beta, int32_t axis, in softmaxQuant8() function
304 return softmaxQuant8(context->getInputBuffer<uint8_t>(kInputTensor), in execute()
310 return softmaxQuant8(context->getInputBuffer<int8_t>(kInputTensor), in execute()