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.cpp105 input_layer_norm_weights_ = in LSTMCell()
118 input_layer_norm_weights_ = &no_value; in LSTMCell()
366 projection_bias_, input_layer_norm_weights_, forget_layer_norm_weights_, in Prepare()
1024 GetBuffer<const float>(input_layer_norm_weights_), in Eval()
1059 GetOptionalBuffer<const _Float16>(input_layer_norm_weights_), in Eval()
DLSTM.h234 const RunTimeOperandInfo* input_layer_norm_weights_; variable