Home
last modified time | relevance | path

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

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