Searched refs:forTest_compoundGetSteps (Results 1 – 5 of 5) sorted by relevance
1170 std::set<decltype(stepToDeviceId(plan.forTest_compoundGetSteps()[0]))> deviceSet; in TEST_P()1171 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P()1192 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P()1205 << plan.forTest_compoundGetSteps().size() << " steps" << std::endl; in TEST_P()1226 const auto& steps = plan.forTest_compoundGetSteps(); in TEST_P()
150 const std::vector<std::shared_ptr<LogicalStep>>& steps = plan.forTest_compoundGetSteps(); in TEST_F()
1201 const auto& steps = plan.forTest_compoundGetSteps(); in checkExecutionPlanSteps()1634 const auto& stepsB = planB.forTest_compoundGetSteps(); in TEST_F()1721 const auto& stepsB = planB.forTest_compoundGetSteps(); in TEST_F()1876 const auto& steps = plan.forTest_compoundGetSteps(); in TEST_F()2020 const auto& steps = plan.forTest_compoundGetSteps(); in TEST_F()2367 const auto& stepsA = planA.forTest_compoundGetSteps(); in compileModelAndComparePlan()2664 const auto& steps = plan.forTest_compoundGetSteps(); in getTransformedCacheTokenSingle()
771 const std::vector<std::shared_ptr<LogicalStep>>& forTest_compoundGetSteps() const;
1947 const std::vector<std::shared_ptr<LogicalStep>>& ExecutionPlan::forTest_compoundGetSteps() const { in forTest_compoundGetSteps() function in android::nn::ExecutionPlan