Searched refs:compileModel (Results 1 – 3 of 3) sorted by relevance
376 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() function in __anone6e788b30110::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()
68 std::optional<Compilation> compileModel(const Model& model);125 std::optional<Compilation> GeneratedTests::compileModel(const Model& model) { in compileModel() function in android::nn::generated_tests::GeneratedTests343 std::optional<Compilation> compilation = compileModel(model); in executeOnce()365 std::optional<Compilation> compilation = compileModel(model); in executeMultithreadedSharedCompilation()
74 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::GeneratedTests407 std::optional<Compilation> compilation = compileModel(model, device); in executeOnce()454 std::optional<Compilation> compilation = compileModel(model, device); in executeMultithreadedSharedCompilation()