Home
last modified time | relevance | path

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

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