Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp99 const bool hasAuxInputs = !context->isOmittedInput(kAuxInputTensor); in executeTyped() local
100 if (hasAuxInputs) { in executeTyped()
132 if (hasAuxInputs) { in executeTyped()
142 if (hasAuxInputs) { in executeTyped()
148 if (hasAuxInputs) { in executeTyped()
159 if (hasAuxInputs) { in executeTyped()
172 if (hasAuxInputs) { in executeTyped()
180 if (hasAuxInputs) { in executeTyped()
190 if (hasAuxInputs) { in executeTyped()
210 if (hasAuxInputs) { in executeTyped()
[all …]