Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp2076 PartitioningCompilation compilationBestOEM(&model, devicesBestOEM); in TEST_F() local
2077 ASSERT_EQ(compilationBestOEM.finish(), Result::NO_ERROR); in TEST_F()
2078 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F()