Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1456 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()
1458 return step->whileStep(); in createNewWhileStep()
1802 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal() local
1803 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1807 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
1808 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1812 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
1813 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1817 whileStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
1821 whileStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
[all …]
DExecutionPlan.h357 WhileStep* whileStep() { return &std::get<WhileStep>(mStep); } in whileStep() function
363 const WhileStep* whileStep() const { return &std::get<WhileStep>(mStep); } in whileStep() function