Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.h136 static constexpr int kFwInputLayerNormWeightsTensor = 53; // Optional variable
H A DBidirectionalSequenceLSTM.cpp162 fw_input_layer_norm_weights_ = GetInput(operation, operands, kFwInputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()