Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp407 recordAsOutputIfTemporary(step->conditionOperandIndex); in findTempsAsStepModelOutputs()
579 oss << "Step#" << step.index << ": if " << toString(step.conditionOperandIndex) in toString()
703 handleBoundaryConstants(step->conditionOperandIndex); in findControlFlowBoundaryConstants()
1268 NN_RETURN_IF_ERROR(readConditionValue(controller, step->conditionOperandIndex, &condValue)); in nextCompound()
1743 ifStep->conditionOperandIndex = SourceOperandIndex( in partitionTheWorkInternal()
DExecutionPlan.h273 SourceOperandIndex conditionOperandIndex = {~uint32_t(0), ~uint32_t(0)}; member