Home
last modified time | relevance | path

Searched defs:cellStateShape (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp308 const Shape cellStateShape = context->getInputShape(kCellStateInTensor); in prepare() local
DLSTM.cpp295 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1123 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local