Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1873 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()
1875 return step->whileStep(); in createNewWhileStep()
2297 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal() local
2298 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2302 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2303 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2307 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2308 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2312 whileStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2316 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