Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.h138 static constexpr int kFwCellLayerNormWeightsTensor = 55; // Optional variable
H A DBidirectionalSequenceLSTM.cpp164 fw_cell_layer_norm_weights_ = GetInput(operation, operands, kFwCellLayerNormWeightsTensor); in BidirectionalSequenceLSTM()