Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1925 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()
1927 return step->whileStep(); in createNewWhileStep()
2350 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal() local
2351 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2355 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2356 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2360 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2361 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2365 whileStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2369 whileStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
[all …]
DExecutionPlan.h506 WhileStep* whileStep() { return &std::get<WhileStep>(mStep); } in whileStep() function
512 const WhileStep* whileStep() const { return &std::get<WhileStep>(mStep); } in whileStep() function