Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.cpp165 fw_output_layer_norm_weights_ = GetInput(operation, operands, kFwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
296 fw_output_layer_norm_weights_, n_fw_input, n_fw_output, n_fw_cell, &params_)) { in Prepare()
514 GetOptionalBuffer<const float>(fw_output_layer_norm_weights_), in Eval()
638 GetOptionalBuffer<const _Float16>(fw_output_layer_norm_weights_), in Eval()
H A DBidirectionalSequenceLSTM.h197 const RunTimeOperandInfo* fw_output_layer_norm_weights_; variable