Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.h137 static constexpr int kFwForgetLayerNormWeightsTensor = 54; // Optional variable
H A DBidirectionalSequenceLSTM.cpp163 fw_forget_layer_norm_weights_ = GetInput(operation, operands, kFwForgetLayerNormWeightsTensor); in BidirectionalSequenceLSTM()