Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.cpp163 fw_forget_layer_norm_weights_ = GetInput(operation, operands, kFwForgetLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
295 fw_forget_layer_norm_weights_, fw_cell_layer_norm_weights_, in Prepare()
512 GetOptionalBuffer<const float>(fw_forget_layer_norm_weights_), in Eval()
636 GetOptionalBuffer<const _Float16>(fw_forget_layer_norm_weights_), in Eval()
H A DBidirectionalSequenceLSTM.h195 const RunTimeOperandInfo* fw_forget_layer_norm_weights_; variable