Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp304 const Shape outputStateShape = context->getInputShape(kOutputStateInTensor); 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