From 6a649b89a47da0c8efd1bc6ffdae54c42bd6a613 Mon Sep 17 00:00:00 2001 From: w30052974 Date: Tue, 18 Feb 2025 19:53:03 +0800 Subject: [PATCH] =?UTF-8?q?nnrt=20=E5=BC=80=E6=BA=90=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=205.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: w30052974 --- frameworks/native/neural_network_runtime/nnexecutor.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frameworks/native/neural_network_runtime/nnexecutor.cpp b/frameworks/native/neural_network_runtime/nnexecutor.cpp index 0a382f1..5ade6d5 100644 --- a/frameworks/native/neural_network_runtime/nnexecutor.cpp +++ b/frameworks/native/neural_network_runtime/nnexecutor.cpp @@ -191,12 +191,16 @@ OH_NN_ReturnCode NNExecutor::SetExtensionConfig(const std::unordered_map(config.second.data()); if (configData == nullptr) { - LOGD("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); + LOGE("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); return OH_NN_FAILED; } -- Gitee