Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp661 recordAsOutputIfTemporary(step->conditionOperandIndex); in findTempsAsStepModelOutputs()
847 return os << "Step#" << step.index << ": if " << toString(step.conditionOperandIndex) in operator <<()
993 handleBoundaryConstants(step->conditionOperandIndex); in findControlFlowBoundaryConstants()
1670 NN_RETURN_IF_ERROR(readConditionValue(controller, step->conditionOperandIndex, &condValue)); in nextCompound()
2238 ifStep->conditionOperandIndex = SourceOperandIndex( in partitionTheWorkInternal()
DExecutionPlan.h422 SourceOperandIndex conditionOperandIndex = {~uint32_t(0), ~uint32_t(0)}; member