Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp107 forget_layer_norm_weights_ = in LSTMCell()
119 forget_layer_norm_weights_ = &no_value; in LSTMCell()
366 projection_bias_, input_layer_norm_weights_, forget_layer_norm_weights_, in Prepare()
1023 GetBuffer<const float>(forget_layer_norm_weights_), in Eval()
1058 GetOptionalBuffer<const _Float16>(forget_layer_norm_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h234 const RunTimeOperandInfo* forget_layer_norm_weights_; variable