Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp243 const Shape cellToForgetShape = context->getInputShape(kCellToForgetWeightsTensor); in prepare() local
378 const Shape cellToForgetShape = context->getInputShape(kCellToForgetWeightsTensor); in execute() local
H A DUnidirectionalSequenceLSTM.cpp265 const Shape cellToForgetShape = context->getInputShape(kCellToForgetWeightsTensor); in prepare() local