Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp654 CHECK(!containsUnknownSize(step->bodyInputOperands)); in finish()
1358 CHECK_GE(step->bodyInputOperands.size(), step->bodyOutputOperands.size()); in nextCompound()
1359 CHECK_EQ(step->bodyInputOperands.size(), step->outerInputOperands.size()); in nextCompound()
1360 CHECK_EQ(step->bodyInputOperands.size(), step->condInputOperands.size()); in nextCompound()
1363 for (uint32_t i = 0, n = step->bodyInputOperands.size(); i < n; ++i) { in nextCompound()
1364 controller->setInput(step->condInputOperands[i], step->bodyInputOperands[i]); in nextCompound()
1833 whileStep->bodyInputOperands.emplace_back( in partitionTheWorkInternal()
DExecutionPlan.h321 std::vector<SourceOperandIndex> bodyInputOperands; member