Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp170 bw_output_layer_norm_weights_ = GetInput(operation, operands, kBwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
405 bw_output_layer_norm_weights_, n_bw_input, n_bw_output, n_bw_cell, &params_)) { in Prepare()
567 GetOptionalBuffer<const float>(bw_output_layer_norm_weights_), in Eval()
692 GetOptionalBuffer<const _Float16>(bw_output_layer_norm_weights_), in Eval()
DBidirectionalSequenceLSTM.h231 const RunTimeOperandInfo* bw_output_layer_norm_weights_; variable