Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompilationCaching.cpp376 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() function in __anone6e788b30110::CompilationCachingTest
406 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()
H A DTestGenerated.cpp68 std::optional<Compilation> compileModel(const Model& model);
125 std::optional<Compilation> GeneratedTests::compileModel(const Model& model) { in compileModel() function in android::nn::generated_tests::GeneratedTests
343 std::optional<Compilation> compilation = compileModel(model); in executeOnce()
365 std::optional<Compilation> compilation = compileModel(model); in executeMultithreadedSharedCompilation()
H A DSupportLibraryTestGenerated.cpp74 std::optional<Compilation> compileModel(const Model& model, ANeuralNetworksDevice* device);
153 std::optional<Compilation> GeneratedTests::compileModel(const Model& model, in compileModel() function in android::nn::generated_tests::GeneratedTests
407 std::optional<Compilation> compilation = compileModel(model, device); in executeOnce()
454 std::optional<Compilation> compilation = compileModel(model, device); in executeMultithreadedSharedCompilation()