Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp329 int stateScaleLog2Rounded; in prepare() local
330 NN_CHECK(tflite::CheckedLog2(prevCellState->scale, &stateScaleLog2Rounded)); in prepare()
331 const int stateIntegerBits = 15 + stateScaleLog2Rounded; in prepare()