Searched refs:compileModel (Results 1 – 2 of 2) sorted by relevance
365 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() function in __anondf3c1f010111::CompilationCachingTest391 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()
63 std::optional<Compilation> compileModel(const Model& model);105 std::optional<Compilation> GeneratedTests::compileModel(const Model& model) { in compileModel() function in android::nn::generated_tests::GeneratedTests272 std::optional<Compilation> compilation = compileModel(model); in executeOnce()293 std::optional<Compilation> compilation = compileModel(model); in executeMultithreadedSharedCompilation()