Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1902 PartitioningCompilation compilationBestOEM(&model, devicesBestOEM); in TEST_F() local
1903 ASSERT_EQ(compilationBestOEM.finish(), Result::NO_ERROR); in TEST_F()
1904 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F()