Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp109 cell_layer_norm_weights_ = in LSTMCell()
120 cell_layer_norm_weights_ = &no_value; in LSTMCell()
367 cell_layer_norm_weights_, output_layer_norm_weights_, n_input, n_output, n_cell, in Prepare()
1026 GetBuffer<const float>(cell_layer_norm_weights_), in Eval()
1061 GetOptionalBuffer<const _Float16>(cell_layer_norm_weights_), in Eval()
DLSTM.h236 const RunTimeOperandInfo* cell_layer_norm_weights_; variable