Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h239 RunTimeOperandInfo* cell_state_out_; variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp125 cell_state_out_ = GetOutput(operation, operands, kCellStateOutTensor); in LSTMCell()
1026 GetBuffer<float>(output_state_out_), GetBuffer<float>(cell_state_out_), in Eval()
1062 GetBuffer<_Float16>(cell_state_out_), GetBuffer<_Float16>(output_), in Eval()