Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/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()
1025 GetBuffer<const float>(forget_layer_norm_weights_), in Eval()
1060 GetOptionalBuffer<const _Float16>(forget_layer_norm_weights_), in Eval()
DLSTM.h235 const RunTimeOperandInfo* forget_layer_norm_weights_; variable