Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp771 ExecutionPlan planA; in TEST_F() local
772 ASSERT_EQ(model.partitionTheWork(devicesA, ExecutePreference::PREFER_LOW_POWER, &planA), in TEST_F()
774 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
775 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
776 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()