Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp365 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() function in __anondf3c1f010111::CompilationCachingTest
391 compileModel(driver, /*withToken=*/true); in createCache()
410 compileModel(driver, /*withToken=*/true); in TEST_P()
428 compileModel(driver, /*withToken=*/true); in TEST_P()
458 compileModel(driver, /*withToken=*/false); in TEST_P()
DTestGenerated.cpp63 std::optional<Compilation> compileModel(const Model& model);
105 std::optional<Compilation> GeneratedTests::compileModel(const Model& model) { in compileModel() function in android::nn::generated_tests::GeneratedTests
272 std::optional<Compilation> compilation = compileModel(model); in executeOnce()
293 std::optional<Compilation> compilation = compileModel(model); in executeMultithreadedSharedCompilation()