Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp380 const Shape inputToCellWeightsShape = context->getInputShape(kInputToCellWeightsTensor); in execute() local
534 inputToCellWeightsShape.scale * inputShape.scale / cellIntermediateScale; in execute()
633 -inputShape.offset, inputToCellWeightsBuffer, inputToCellWeightsShape, in execute()