Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp401 const float cellIntermediateScale = context->getInputValue<float>(kCellIntermediateScale); in execute() local
534 inputToCellWeightsShape.scale * inputShape.scale / cellIntermediateScale; in execute()
540 recurrentToCellWeightsShape.scale * prevOutputShape.scale / cellIntermediateScale; in execute()