Searched refs:forTest_simpleGetDevice (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestPartitioning.cpp | 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() 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() 1983 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F() 2079 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F() 2178 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), "good"); in TEST_F() [all …]
|
H A D | TestPartitioningRandom.cpp | 1156 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P() 1164 ASSERT_TRUE(plan.forTest_simpleGetDevice() != DeviceManager::getCpuDevice()); in TEST_P()
|
H A D | TestIntrospectionControl.cpp | 246 c->forTest_getExecutionPlan().forTest_simpleGetDevice()->getName(); in TEST_F()
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ExecutionPlan.h | 770 std::shared_ptr<const Device> forTest_simpleGetDevice() const;
|
H A D | ExecutionPlan.cpp | 1943 std::shared_ptr<const Device> ExecutionPlan::forTest_simpleGetDevice() const { in forTest_simpleGetDevice() function in android::nn::ExecutionPlan
|