Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1865 step->ifStep()->index = compound()->mSteps.size(); in createNewIfStep()
1867 return step->ifStep(); in createNewIfStep()
2237 IfStep* ifStep = plan->createNewIfStep(); in partitionTheWorkInternal() local
2238 ifStep->conditionOperandIndex = SourceOperandIndex( in partitionTheWorkInternal()
2240 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2244 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2251 ifStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2255 ifStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2260 ifStep->thenBranchInputOperands.emplace_back( in partitionTheWorkInternal()
2264 ifStep->thenBranchOutputOperands.emplace_back( in partitionTheWorkInternal()
[all …]
DExecutionPlan.h505 IfStep* ifStep() { return &std::get<IfStep>(mStep); } in ifStep() function
511 const IfStep* ifStep() const { return &std::get<IfStep>(mStep); } in ifStep() function