Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceRNN.cpp190 Shape outputStateShape = context->getInputShape(kHiddenStateTensor); in prepare() local
DUnidirectionalSequenceLSTM.cpp317 const Shape outputStateShape = context->getInputShape(kOutputStateInTensor); in prepare() local
DQLSTM.cpp297 const Shape outputStateShape = context->getInputShape(kPrevOutputTensor); in prepare() local
DLSTM.cpp304 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1102 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local