Home
last modified time | relevance | path

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

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