提交 1d4ccfca 编写于 作者: Z Zhu Guodong

update to mindspore-1.8.1 include dir

Change-Id: Ic2cee4b40586b1d72784f1817e546947fede684e
Signed-off-by: NZhu Guodong <zhuguodong0001@163.com>
上级 78d8d026
...@@ -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.
先完成此消息的编辑!
想要评论请 注册