Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.h144 static constexpr int kBwOutputLayerNormWeightsTensor = 60; // Optional variable
H A DBidirectionalSequenceLSTM.cpp169 bw_output_layer_norm_weights_ = GetInput(operation, operands, kBwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()