From c8ade23f5d4642237a1f9e451da735243ca70932 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 15 Jul 2024 08:34:02 +0000 Subject: [PATCH] test Signed-off-by: hlzhangaj --- frameworks/native/neural_network_runtime/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/native/neural_network_runtime/BUILD.gn b/frameworks/native/neural_network_runtime/BUILD.gn index cf98d69..e492788 100644 --- a/frameworks/native/neural_network_runtime/BUILD.gn +++ b/frameworks/native/neural_network_runtime/BUILD.gn @@ -189,7 +189,6 @@ ohos_shared_library("libneural_network_runtime") { "hilog:libhilog", "hitrace:libhitracechain", "ipc:ipc_core", - "mindspore:mindir", ] deps = [ "../neural_network_core:libneural_network_core" ] -- Gitee