Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp370 const Shape inputToInputWeightsShape = context->getInputShape(kInputToInputWeightsTensor); in execute() local
482 inputToInputWeightsShape.scale * inputShape.scale / inputIntermediateScale; in execute()
614 -inputShape.offset, inputToInputWeightsBuffer, inputToInputWeightsShape, in execute()