Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp326 int stateScaleLog2Rounded; in prepare() local
327 NN_CHECK(tflite::CheckedLog2(prevCellState->scale, &stateScaleLog2Rounded)); in prepare()
328 const int stateIntegerBits = 15 + stateScaleLog2Rounded; in prepare()