Home
last modified time | relevance | path

Searched refs:forTest_simpleGetDevice (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp1198 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 DTestPartitioningRandom.cpp1156 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P()
1164 ASSERT_TRUE(plan.forTest_simpleGetDevice() != DeviceManager::getCpuDevice()); in TEST_P()
H A DTestIntrospectionControl.cpp246 c->forTest_getExecutionPlan().forTest_simpleGetDevice()->getName(); in TEST_F()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.h770 std::shared_ptr<const Device> forTest_simpleGetDevice() const;
H A DExecutionPlan.cpp1943 std::shared_ptr<const Device> ExecutionPlan::forTest_simpleGetDevice() const { in forTest_simpleGetDevice() function in android::nn::ExecutionPlan