diff --git a/ai/mindspore/BUILD.gn b/ai/mindspore/BUILD.gn index 46403f16e90a26718475c9715c8b3b402f5c8e70..dc47d8aaf6a508b0009bda68a7ce2fcc457fd74c 100644 --- a/ai/mindspore/BUILD.gn +++ b/ai/mindspore/BUILD.gn @@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni") module_output_path = "acts/ActsMindSporeTest" config("mindspore_config") { - include_dirs = [ "//third_party/mindspore/" ] + include_dirs = [ "//third_party/mindspore/mindspore-src/source/" ] } ohos_moduletest_suite("ActsMindSporeTest") { @@ -32,7 +32,7 @@ ohos_moduletest_suite("ActsMindSporeTest") { deps = [ "//third_party/googletest:gmock", "//third_party/googletest:gtest", - "//third_party/mindspore/mindspore/lite:mindspore_lib", + "//third_party/mindspore/mindspore-src/source/mindspore/lite:mindspore_lib", ] subsystem_name = "ai" diff --git a/ai/neural_network_runtime/interface/BUILD.gn b/ai/neural_network_runtime/interface/BUILD.gn index 25b2fbd1af33a704b137139bec4e8263a90c4e83..5f459e37992f0961b44231f0c23dc715247ba3b7 100644 --- a/ai/neural_network_runtime/interface/BUILD.gn +++ b/ai/neural_network_runtime/interface/BUILD.gn @@ -20,7 +20,7 @@ config("nnrt_config") { "//foundation/ai/neural_network_runtime/third_party/include", "//third_party/googletest/googletest/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" ] } diff --git a/ai/neural_network_runtime/stability/BUILD.gn b/ai/neural_network_runtime/stability/BUILD.gn index 386e5475adb58c5e229466d58cbe8aaefe78a2d3..181c2f116f47f5826d51b09a650b4961da491b61 100644 --- a/ai/neural_network_runtime/stability/BUILD.gn +++ b/ai/neural_network_runtime/stability/BUILD.gn @@ -20,7 +20,7 @@ config("nnrt_config") { "//foundation/ai/neural_network_runtime/third_party/include", "//third_party/googletest/googletest/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" ] }