From b5d6db95306d16d1450caeab7699823f23f5ef8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=BA=E6=98=9F?= Date: Tue, 28 Oct 2025 03:07:17 +0000 Subject: [PATCH] update entry/src/main/cpp/HIAIModelManager.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: θ‚–ζ™Ίζ˜Ÿ --- entry/src/main/cpp/HIAIModelManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/cpp/HIAIModelManager.cpp b/entry/src/main/cpp/HIAIModelManager.cpp index d6d2912..34673f0 100644 --- a/entry/src/main/cpp/HIAIModelManager.cpp +++ b/entry/src/main/cpp/HIAIModelManager.cpp @@ -315,4 +315,4 @@ OH_NN_ReturnCode HIAIModelManager::UnloadModel() OH_NNExecutor_Destroy(&executor_); return OH_NN_SUCCESS; -} \ No newline at end of file +} -- Gitee