Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_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()
1024 GetBuffer<const float>(cell_layer_norm_weights_), in Eval()
1059 GetOptionalBuffer<const _Float16>(cell_layer_norm_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h235 const RunTimeOperandInfo* cell_layer_norm_weights_; variable