Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp77 cell_bias_ = GetInput(operation, operands, kCellGateBiasTensor); in LSTMCell()
365 forget_gate_bias_, cell_bias_, output_gate_bias_, projection_weights_, in Prepare()
1016 GetBuffer<const float>(cell_bias_), in Eval()
1051 GetBuffer<const _Float16>(cell_bias_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h224 const RunTimeOperandInfo* cell_bias_; variable