Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp166 fw_output_layer_norm_weights_ = GetInput(operation, operands, kFwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
297 fw_output_layer_norm_weights_, n_fw_input, n_fw_output, n_fw_cell, &params_)) { in Prepare()
515 GetOptionalBuffer<const float>(fw_output_layer_norm_weights_), in Eval()
639 GetOptionalBuffer<const _Float16>(fw_output_layer_norm_weights_), in Eval()
DBidirectionalSequenceLSTM.h200 const RunTimeOperandInfo* fw_output_layer_norm_weights_; variable