Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp88 constexpr uint32_t kCellIntermediateScale = 28; variable
401 const float cellIntermediateScale = context->getInputValue<float>(kCellIntermediateScale); in execute()