Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp163 fw_input_layer_norm_weights_ = GetInput(operation, operands, kFwInputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
190 params_.use_layer_norm = !IsNullInput(fw_input_layer_norm_weights_); in BidirectionalSequenceLSTM()
295 fw_projection_weights_, fw_projection_bias_, fw_input_layer_norm_weights_, in Prepare()
512 GetOptionalBuffer<const float>(fw_input_layer_norm_weights_), in Eval()
636 GetOptionalBuffer<const _Float16>(fw_input_layer_norm_weights_), in Eval()
DBidirectionalSequenceLSTM.h197 const RunTimeOperandInfo* fw_input_layer_norm_weights_; variable