Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp86 constexpr uint32_t kInputIntermediateScale = 26; variable
399 const float inputIntermediateScale = context->getInputValue<float>(kInputIntermediateScale); in execute()