Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp968 CHECK(!containsUnknownSize(step->outerOutputOperands)); in finish()
977 CHECK(!containsUnknownSize(step->outerOutputOperands)); in finish()
1079 CHECK_EQ(step->thenBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()
1080 CHECK_EQ(step->elseBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()
1081 for (uint32_t i = 0; i < step->outerOutputOperands.size(); i++) { in findMemoryStepRoles()
1082 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1084 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1368 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController()
1385 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController()
1729 CHECK_EQ(branchOutputOperands.size(), step->outerOutputOperands.size()); in nextCompound()
[all …]
DExecutionPlan.h426 std::vector<SourceOperandIndex> outerOutputOperands; member
463 std::vector<SourceOperandIndex> outerOutputOperands; member