Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp384 const Shape recurrentToOutputWeightsShape = in execute() local
395 const uint32_t outputSize = recurrentToOutputWeightsShape.dimensions[1]; in execute()
560 recurrentToOutputWeightsShape.scale * prevOutputShape.scale / outputIntermediateScale; in execute()
646 -prevOutputShape.offset, recurrentToOutputWeightsBuffer, recurrentToOutputWeightsShape, in execute()