Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp96 input_layer_norm_weights_ = in LSTMCell()
109 input_layer_norm_weights_ = &no_value; in LSTMCell()
323 projection_bias_, input_layer_norm_weights_, forget_layer_norm_weights_, in Prepare()
982 GetBuffer<const float>(input_layer_norm_weights_), in Eval()
1017 GetOptionalBuffer<const _Float16>(input_layer_norm_weights_), in Eval()
DLSTM.h234 const RunTimeOperandInfo* input_layer_norm_weights_; variable