Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp98 const bool hasAuxInput = !context->isOmittedInput(kAuxInputTensor); in getLinkingMode() local
153 const bool hasAuxInput = (linkingMode == LinkingMode::CROSS_LINKING || in executeTyped() local
DRNN.cpp157 bool hasAuxInput = (auxInputData != nullptr); in RNNStep() local
DBidirectionalSequenceLSTM.cpp58 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