Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp2077 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F() local
2078 ASSERT_EQ(planBestOEM.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
2079 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
2080 ASSERT_EQ(planBestOEM.forTest_simpleGetDevice()->getName(), "goodOEM"); in TEST_F()