Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp652 CHECK(!containsUnknownSize(step->condInputOperands)); in finish()
1318 CHECK_EQ(step->condInputOperands.size(), step->outerInputOperands.size()); in nextCompound()
1319 CHECK_GE(step->condInputOperands.size(), loopBodyOutputCount); in nextCompound()
1320 for (uint32_t i = 0, n = step->condInputOperands.size(); i < n; ++i) { in nextCompound()
1325 step->condInputOperands[i]); in nextCompound()
1360 CHECK_EQ(step->bodyInputOperands.size(), step->condInputOperands.size()); in nextCompound()
1364 controller->setInput(step->condInputOperands[i], step->bodyInputOperands[i]); in nextCompound()
1390 const SourceOperandIndex& innerOperand = step->condInputOperands[i]; in nextCompound()
1826 whileStep->condInputOperands.emplace_back( in partitionTheWorkInternal()
DExecutionPlan.h316 std::vector<SourceOperandIndex> condInputOperands; member