Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp117 int32_t inputMultiplier, int32_t inputLeftShift, float diffMin, in softmaxQuant8Impl()
226 int32_t diffMin = -CalculateInputRadius(kScaledDiffIntegerBits, inputLeftShift); in softmaxQuant8() local