Home
last modified time | relevance | path

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

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