Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp655 CHECK(!containsUnknownSize(step->bodyOutputOperands)); in finish()
948 for (const auto& sourceOperandIndex : step->bodyOutputOperands) { in makeController()
1317 uint32_t loopBodyOutputCount = step->bodyOutputOperands.size(); in nextCompound()
1324 : step->bodyOutputOperands[i], in nextCompound()
1358 CHECK_GE(step->bodyInputOperands.size(), step->bodyOutputOperands.size()); in nextCompound()
1361 CHECK_GE(step->bodyOutputOperands.size(), step->outerOutputOperands.size()); in nextCompound()
1367 for (const SourceOperandIndex& outputOperand : step->bodyOutputOperands) { in nextCompound()
1385 CHECK_LE(step->outerOutputOperands.size(), step->bodyOutputOperands.size()); in nextCompound()
1837 whileStep->bodyOutputOperands.emplace_back( in partitionTheWorkInternal()
DExecutionPlan.h323 std::vector<SourceOperandIndex> bodyOutputOperands; member