Home
last modified time | relevance | path

Searched defs:inputLeftShift (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()
221 int32_t inputMultiplier = 0, inputLeftShift = 0; in softmaxQuant8() local