Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp63 recurrent_to_input_weights_ = in LSTMCell()
362 input_to_output_weights_, recurrent_to_input_weights_, recurrent_to_forget_weights_, in Prepare()
1001 GetBuffer<const float>(recurrent_to_input_weights_), in Eval()
1036 GetOptionalBuffer<const _Float16>(recurrent_to_input_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h213 const RunTimeOperandInfo* recurrent_to_input_weights_; variable