Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.h124 static constexpr int kBwAuxInputToInputWeightsTensor = 44; // Optional variable
H A DBidirectionalSequenceLSTM.cpp155 bw_aux_input_to_input_weights_ = GetInput(operation, operands, kBwAuxInputToInputWeightsTensor); in BidirectionalSequenceLSTM()