Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1197 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1198 ASSERT_STREQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()
1208 ASSERT_EQ(planC.forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1285 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1286 ASSERT_STREQ(planA.forTest_simpleGetDevice()->getName(), "V1_2"); in TEST_F()
1385 ASSERT_NE(plan.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1386 ASSERT_STREQ(plan.forTest_simpleGetDevice()->getName(), "V1_2"); in TEST_F()
1519 ASSERT_EQ(cPNo.getExecutionPlan().forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1532 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F()
1622 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
[all …]
DTestIntrospectionControl.cpp226 c->forTest_getExecutionPlan().forTest_simpleGetDevice()->getName(); in TEST_F()
DTestPartitioningRandom.cpp1126 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P()
/frameworks/ml/nn/runtime/
DExecutionPlan.h253 std::shared_ptr<const Device> forTest_simpleGetDevice() const;
DExecutionPlan.cpp935 std::shared_ptr<const Device> ExecutionPlan::forTest_simpleGetDevice() const { in forTest_simpleGetDevice() function in android::nn::ExecutionPlan