Searched refs:forTest_compoundGetSteps (Results 1 – 5 of 5) sorted by relevance
1154 std::set<decltype(stepToDeviceId(plan.forTest_compoundGetSteps()[0]))> deviceSet; in TEST_P()1155 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P()1176 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P()1189 << plan.forTest_compoundGetSteps().size() << " steps" << std::endl; in TEST_P()1210 const auto& steps = plan.forTest_compoundGetSteps(); in TEST_P()
150 const std::vector<std::shared_ptr<LogicalStep>>& steps = plan.forTest_compoundGetSteps(); in TEST_F()
1202 const auto& steps = plan.forTest_compoundGetSteps(); in checkExecutionPlanSteps()1635 const auto& stepsB = planB.forTest_compoundGetSteps(); in TEST_F()1722 const auto& stepsB = planB.forTest_compoundGetSteps(); in TEST_F()1877 const auto& steps = plan.forTest_compoundGetSteps(); in TEST_F()2021 const auto& steps = plan.forTest_compoundGetSteps(); in TEST_F()2368 const auto& stepsA = planA.forTest_compoundGetSteps(); in compileModelAndComparePlan()2665 const auto& steps = plan.forTest_compoundGetSteps(); in getTransformedCacheTokenSingle()
771 const std::vector<std::shared_ptr<LogicalStep>>& forTest_compoundGetSteps() const;
1999 const std::vector<std::shared_ptr<LogicalStep>>& ExecutionPlan::forTest_compoundGetSteps() const { in forTest_compoundGetSteps() function in android::nn::ExecutionPlan