Lines Matching refs:forTest_simpleGetDevice
1198 actual.emplace_back(plan.forTest_simpleGetDevice()->getName()); in checkExecutionPlanSteps()
1608 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1609 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()
1621 ASSERT_EQ(planC.forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1706 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1707 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "V1_3"); in TEST_F()
1836 ASSERT_NE(plan.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1837 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "V1_3"); in TEST_F()
1971 ASSERT_EQ(cPNo.getExecutionPlan().forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1983 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F()
2079 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
2080 ASSERT_EQ(planBestOEM.forTest_simpleGetDevice()->getName(), "goodOEM"); in TEST_F()
2124 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), expectDevice); in TEST_F()
2178 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()
2198 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "base"); in TEST_F()
2423 ASSERT_EQ(mCompilation->getExecutionPlan().forTest_simpleGetDevice(), in compileModelAndComparePlan()
2661 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), deviceName); in getTransformedCacheTokenSingle()