Home
last modified time | relevance | path

Searched defs:inputLayerNormShape (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp308 const Shape inputLayerNormShape = context->getInputShape(kInputLayerNormTensor); in prepare() local
374 const Shape inputLayerNormShape = context->getInputShape(kInputLayerNormTensor); in execute() local
H A DUnidirectionalSequenceLSTM.cpp330 const Shape inputLayerNormShape = context->getInputShape(kInputLayerNormWeightsTensor); in prepare() local