Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceRNN.cpp155 Shape outputStateShape = context->getInputShape(kHiddenStateTensor); in prepare() local
DUnidirectionalSequenceLSTM.cpp211 const Shape outputStateShape = context->getInputShape(kOutputStateInTensor); in prepare() local
DQLSTM.cpp182 const Shape outputStateShape = context->getInputShape(kPrevOutputTensor); in prepare() local
DLSTM.cpp304 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1047 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local