Home
last modified time | relevance | path

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

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