Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp149 int32_t input_diff = static_cast<int32_t>(*p) - maxValue; in softmaxQuant8Impl() local
177 int32_t input_diff = static_cast<int32_t>(*p) - maxValue; in softmaxQuant8Impl() local