Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp102 output_layer_norm_weights_ = in LSTMCell()
112 output_layer_norm_weights_ = &no_value; in LSTMCell()
324 cell_layer_norm_weights_, output_layer_norm_weights_, n_input, n_output, n_cell, in Prepare()
985 GetBuffer<const float>(output_layer_norm_weights_), in Eval()
1020 GetOptionalBuffer<const _Float16>(output_layer_norm_weights_), in Eval()
DLSTM.h237 const RunTimeOperandInfo* output_layer_norm_weights_; variable