Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h121 static constexpr int kFwAuxInputToCellWeightsTensor = 42; // Optional variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp152 fw_aux_input_to_cell_weights_ = GetInput(operation, operands, kFwAuxInputToCellWeightsTensor); in BidirectionalSequenceLSTM()