Lines Matching refs:forTest_simpleGetDevice
1199 actual.emplace_back(plan.forTest_simpleGetDevice()->getName()); in checkExecutionPlanSteps()
1609 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1610 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()
1622 ASSERT_EQ(planC.forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1707 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1708 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "V1_3"); in TEST_F()
1837 ASSERT_NE(plan.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1838 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "V1_3"); in TEST_F()
1972 ASSERT_EQ(cPNo.getExecutionPlan().forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1984 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F()
2080 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
2081 ASSERT_EQ(planBestOEM.forTest_simpleGetDevice()->getName(), "goodOEM"); in TEST_F()
2125 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), expectDevice); in TEST_F()
2179 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()
2199 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "base"); in TEST_F()
2424 ASSERT_EQ(mCompilation->getExecutionPlan().forTest_simpleGetDevice(), in compileModelAndComparePlan()
2662 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), deviceName); in getTransformedCacheTokenSingle()