Searched refs:getExecutionPlan (Results 1 – 2 of 2) sorted by relevance
239 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan() function in android::__anon4ae2a5140111::TestCompilation1123 cNoFallback.getExecutionPlan().hasDynamicTemporaries() && in TEST_P()1129 cNoFallback.getExecutionPlan().forTest_hasStepModelWithNoInputsOrNoOutputs(); in TEST_P()1139 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_P()1140 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P()1145 const ExecutionPlan& plan = cNoFallback.getExecutionPlan(); in TEST_P()1169 const ExecutionPlan& plan = c2.getExecutionPlan(); in TEST_P()1204 const ExecutionPlan& plan = c2.getExecutionPlan(); in TEST_P()
963 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan() function in __anonb50294d30111::PartitioningCompilation1971 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()1972 ASSERT_EQ(cPNo.getExecutionPlan().forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()1983 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()1984 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F()1994 ASSERT_EQ(cPWithoutFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR); in TEST_F()2078 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F()2229 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()2248 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()2363 const ExecutionPlan& planA = mCompilation->getExecutionPlan(); in compileModelAndComparePlan()[all …]