Searched refs:forTest_simpleGetDevice (Results 1 – 3 of 3) sorted by relevance
775 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()776 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()790 ASSERT_EQ(planC.forTest_simpleGetDevice(), nullptr); in TEST_F()1120 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F()1121 ASSERT_EQ(planBestOEM.forTest_simpleGetDevice()->getName(), "goodOEM"); in TEST_F()1167 ASSERT_EQ(plan.forTest_simpleGetDevice()->getName(), expectDevice); in TEST_F()
221 std::shared_ptr<const Device> forTest_simpleGetDevice() const;
743 std::shared_ptr<const Device> ExecutionPlan::forTest_simpleGetDevice() const { in forTest_simpleGetDevice() function in android::nn::ExecutionPlan