Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1270 const std::vector<SourceOperandIndex>& branchInputOperands = in nextCompound() local
1274 CHECK_EQ(branchInputOperands.size(), step->outerInputOperands.size()); in nextCompound()
1285 controller->setInput(step->outerInputOperands[i], branchInputOperands[i]); in nextCompound()