Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1672 const std::vector<SourceOperandIndex>& branchInputOperands = in nextCompound() local
1676 CHECK_EQ(branchInputOperands.size(), step->outerInputOperands.size()); in nextCompound()
1687 controller->setInput(step->outerInputOperands[i], branchInputOperands[i]); in nextCompound()