Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp929 CHECK(!containsUnknownSize(step->elseBranchOutputOperands)); in finish()
1035 CHECK_EQ(step->elseBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()
1040 step->elseBranchOutputOperands[i]); in findMemoryStepRoles()
1675 condValue ? step->thenBranchOutputOperands : step->elseBranchOutputOperands; in nextCompound()
2273 ifStep->elseBranchOutputOperands.emplace_back( in partitionTheWorkInternal()
DExecutionPlan.h434 std::vector<SourceOperandIndex> elseBranchOutputOperands; member