Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.h126 static constexpr int kBwAuxInputToCellWeightsTensor = 46; // Optional variable
H A DBidirectionalSequenceLSTM.cpp158 bw_aux_input_to_cell_weights_ = GetInput(operation, operands, kBwAuxInputToCellWeightsTensor); in BidirectionalSequenceLSTM()