Searched refs:compileModel (Results 1 – 3 of 3) sorted by relevance
376 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() function in __anonafe9c53d0111::CompilationCachingTest406 compileModel(driver, /*withToken=*/true); in createCache()426 compileModel(driver, /*withToken=*/true); in TEST_P()445 compileModel(driver, /*withToken=*/true); in TEST_P()476 compileModel(driver, /*withToken=*/false); in TEST_P()
71 std::optional<Compilation> compileModel(const Model& model);128 std::optional<Compilation> GeneratedTests::compileModel(const Model& model) { in compileModel() function in android::nn::generated_tests::GeneratedTests346 std::optional<Compilation> compilation = compileModel(model); in executeOnce()368 std::optional<Compilation> compilation = compileModel(model); in executeMultithreadedSharedCompilation()
84 std::optional<Compilation> compileModel(const Model& model, ANeuralNetworksDevice* device);162 std::optional<Compilation> GeneratedTests::compileModel(const Model& model, in compileModel() function in android::nn::generated_tests::GeneratedTests424 std::optional<Compilation> compilation = compileModel(model, device); in executeOnce()471 std::optional<Compilation> compilation = compileModel(model, device); in executeMultithreadedSharedCompilation()