Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp381 const Shape recurrentToCellWeightsShape = context->getInputShape(kRecurrentToCellWeightsTensor); in execute() local
540 recurrentToCellWeightsShape.scale * prevOutputShape.scale / cellIntermediateScale; in execute()
637 -prevOutputShape.offset, recurrentToCellWeightsBuffer, recurrentToCellWeightsShape, in execute()