Home
last modified time | relevance | path

Searched refs:fw_cell_state_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp114 fw_cell_state_ = GetInput(operation, operands, kFwInputCellStateTensor); in BidirectionalSequenceLSTM()
420 *fwOutputCellState = fw_cell_state_->shape(); in Prepare()
477 fw_output_cell_state.resize(getNumberOfElements(fw_cell_state_->shape())); in Eval()
510 GetBuffer<const float>(fw_cell_state_), in Eval()
601 fw_output_cell_state.resize(getNumberOfElements(fw_cell_state_->shape())); in Eval()
634 GetBuffer<const _Float16>(fw_cell_state_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h200 const RunTimeOperandInfo* fw_cell_state_; variable