Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp75 input_gate_bias_ = GetInput(operation, operands, kInputGateBiasTensor); in LSTMCell()
364 cell_to_forget_weights_, cell_to_output_weights_, input_gate_bias_, in Prepare()
1014 GetBuffer<const float>(input_gate_bias_), in Eval()
1049 GetOptionalBuffer<const _Float16>(input_gate_bias_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h222 const RunTimeOperandInfo* input_gate_bias_; variable