Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp926 CHECK(!containsUnknownSize(step->thenBranchInputOperands)); in finish()
1024 CHECK_EQ(step->thenBranchInputOperands.size(), step->outerInputOperands.size()); in findMemoryStepRoles()
1028 step->thenBranchInputOperands[i]); in findMemoryStepRoles()
1673 condValue ? step->thenBranchInputOperands : step->elseBranchInputOperands; in nextCompound()
2260 ifStep->thenBranchInputOperands.emplace_back( in partitionTheWorkInternal()
DExecutionPlan.h428 std::vector<SourceOperandIndex> thenBranchInputOperands; member