Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp934 CHECK(!containsUnknownSize(step->condInputOperands)); in finish()
1067 CHECK_EQ(step->condInputOperands.size(), step->outerInputOperands.size()); in findMemoryStepRoles()
1080 CHECK_EQ(step->bodyInputOperands.size(), step->condInputOperands.size()); in findMemoryStepRoles()
1724 CHECK_EQ(step->condInputOperands.size(), step->outerInputOperands.size()); in nextCompound()
1725 CHECK_GE(step->condInputOperands.size(), loopBodyOutputCount); in nextCompound()
1726 for (uint32_t i = 0, n = step->condInputOperands.size(); i < n; ++i) { in nextCompound()
1731 step->condInputOperands[i]); in nextCompound()
1766 CHECK_EQ(step->bodyInputOperands.size(), step->condInputOperands.size()); in nextCompound()
1770 controller->setInput(step->condInputOperands[i], step->bodyInputOperands[i]); in nextCompound()
1796 const SourceOperandIndex& innerOperand = step->condInputOperands[i]; in nextCompound()
[all …]
H A DExecutionPlan.h465 std::vector<SourceOperandIndex> condInputOperands; member