Searched refs:forTest_simpleGetDevice (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 1197 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 …]
|
D | TestIntrospectionControl.cpp | 226 c->forTest_getExecutionPlan().forTest_simpleGetDevice()->getName(); in TEST_F()
|
D | TestPartitioningRandom.cpp | 1126 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P()
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.h | 253 std::shared_ptr<const Device> forTest_simpleGetDevice() const;
|
D | ExecutionPlan.cpp | 935 std::shared_ptr<const Device> ExecutionPlan::forTest_simpleGetDevice() const { in forTest_simpleGetDevice() function in android::nn::ExecutionPlan
|