Home
last modified time | relevance | path

Searched refs:fwOutputCellState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h38 Shape* bwOutputShape, Shape* fwOutputActivationState, Shape* fwOutputCellState,
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp210 Shape* fwOutputActivationState, Shape* fwOutputCellState, in Prepare() argument
420 *fwOutputCellState = fw_cell_state_->shape(); in Prepare()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1022 RunTimeOperandInfo& fwOutputCellState = in executeOperation() local
1032 setInfoAndAllocateIfNeeded(&fwOutputCellState, fwOutputCellStateShape, in executeOperation()