Home
last modified time | relevance | path

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

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