Lines Matching refs:hasAuxInput
98 const bool hasAuxInput = !context->isOmittedInput(kAuxInputTensor); in getLinkingMode() local
108 if (!hasAuxInput && !hasFwAuxWeights && !hasBwAuxWeights) { in getLinkingMode()
110 } else if (hasAuxInput && !hasFwAuxWeights && !hasBwAuxWeights) { in getLinkingMode()
112 } else if (hasAuxInput && hasFwAuxWeights && hasBwAuxWeights) { in getLinkingMode()
153 const bool hasAuxInput = (linkingMode == LinkingMode::CROSS_LINKING || in executeTyped() local
183 if (hasAuxInput) { in executeTyped()
193 if (hasAuxInput) { in executeTyped()
199 if (hasAuxInput) { in executeTyped()
210 if (hasAuxInput) { in executeTyped()
223 if (hasAuxInput) { in executeTyped()
231 if (hasAuxInput) { in executeTyped()