Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp124 const bool hasAuxWeights = (linkingMode == LinkingMode::CROSS_LINKING); in executeTyped() local
230 if (hasAuxWeights) { in executeTyped()
249 if (hasAuxWeights) { in executeTyped()
DBidirectionalSequenceLSTM.cpp57 bool getLinkingMode(bool hasAuxInput, bool hasAuxWeights, LinkingMode* linkingMode) { in getLinkingMode() argument
64 if (!hasAuxInput && !hasAuxWeights) { in getLinkingMode()
66 } else if (hasAuxInput && !hasAuxWeights) { in getLinkingMode()
68 } else if (hasAuxInput && hasAuxWeights) { in getLinkingMode()