Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp402 const float outputIntermediateScale = context->getInputValue<float>(kOutputIntermediateScale); in execute() local
554 inputToOutputWeightsShape.scale * inputShape.scale / outputIntermediateScale; in execute()
560 recurrentToOutputWeightsShape.scale * prevOutputShape.scale / outputIntermediateScale; in execute()
570 std::pow(2, cellShift) * cellToOutputShape.scale / outputIntermediateScale; in execute()