未验证 提交 59c1dce5 编写于 作者: O openharmony_ci 提交者: Gitee

!7851 更新mindspore头文件路径

Merge pull request !7851 from zhuguodong/master
...@@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni") ...@@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni")
module_output_path = "acts/ActsMindSporeTest" module_output_path = "acts/ActsMindSporeTest"
config("mindspore_config") { config("mindspore_config") {
include_dirs = [ "//third_party/mindspore/" ] include_dirs = [ "//third_party/mindspore/mindspore-src/source/" ]
} }
ohos_moduletest_suite("ActsMindSporeTest") { ohos_moduletest_suite("ActsMindSporeTest") {
...@@ -32,7 +32,7 @@ ohos_moduletest_suite("ActsMindSporeTest") { ...@@ -32,7 +32,7 @@ ohos_moduletest_suite("ActsMindSporeTest") {
deps = [ deps = [
"//third_party/googletest:gmock", "//third_party/googletest:gmock",
"//third_party/googletest:gtest", "//third_party/googletest:gtest",
"//third_party/mindspore/mindspore/lite:mindspore_lib", "//third_party/mindspore/mindspore-src/source/mindspore/lite:mindspore_lib",
] ]
subsystem_name = "ai" subsystem_name = "ai"
......
...@@ -20,7 +20,7 @@ config("nnrt_config") { ...@@ -20,7 +20,7 @@ config("nnrt_config") {
"//foundation/ai/neural_network_runtime/third_party/include", "//foundation/ai/neural_network_runtime/third_party/include",
"//third_party/googletest/googletest/include", "//third_party/googletest/googletest/include",
"//third_party/googletest/googlemock/include", "//third_party/googletest/googlemock/include",
"//third_party/mindspore/mindspore/lite/mindir/include", "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include",
] ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
......
...@@ -20,7 +20,7 @@ config("nnrt_config") { ...@@ -20,7 +20,7 @@ config("nnrt_config") {
"//foundation/ai/neural_network_runtime/third_party/include", "//foundation/ai/neural_network_runtime/third_party/include",
"//third_party/googletest/googletest/include", "//third_party/googletest/googletest/include",
"//third_party/googletest/googlemock/include", "//third_party/googletest/googlemock/include",
"//third_party/mindspore/mindspore/lite/mindir/include", "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include",
] ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册