Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp167 bw_input_layer_norm_weights_ = GetInput(operation, operands, kBwInputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
403 bw_projection_weights_, bw_projection_bias_, bw_input_layer_norm_weights_, in Prepare()
564 GetOptionalBuffer<const float>(bw_input_layer_norm_weights_), in Eval()
689 GetOptionalBuffer<const _Float16>(bw_input_layer_norm_weights_), in Eval()
DBidirectionalSequenceLSTM.h228 const RunTimeOperandInfo* bw_input_layer_norm_weights_; variable