Home
last modified time | relevance | path

Searched defs:hasAuxInput (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp96 const bool hasAuxInput = !context->isOmittedInput(kAuxInputTensor); in getLinkingMode() local
151 const bool hasAuxInput = (linkingMode == LinkingMode::CROSS_LINKING || in executeTyped() local
H A DRNN.cpp153 bool hasAuxInput = (auxInputData != nullptr); in RNNStep() local
H A DBidirectionalSequenceLSTM.cpp57 bool getLinkingMode(bool hasAuxInput, bool hasAuxWeights, LinkingMode* linkingMode) { in getLinkingMode()
H A DLSTM.cpp446 const bool hasAuxInput = (aux_input_buffer != nullptr); in LSTMEvalFloat32() local
681 const bool hasAuxInput = (aux_input_buffer != nullptr); in LSTMEvalFloat16() local