Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp89 constexpr uint32_t kOutputIntermediateScale = 29; variable
402 const float outputIntermediateScale = context->getInputValue<float>(kOutputIntermediateScale); in execute()