aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/BUILD.bazel2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/runtime/NEON/functions/NEReorderLayer.cpp (renamed from src/runtime/NEON/functions/NEReorder.cpp)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/BUILD.bazel b/src/BUILD.bazel
index 6e73f2eba6..44a1e83aa6 100644
--- a/src/BUILD.bazel
+++ b/src/BUILD.bazel
@@ -954,7 +954,7 @@ filegroup(
"runtime/NEON/functions/NERange.cpp",
"runtime/NEON/functions/NEReduceMean.cpp",
"runtime/NEON/functions/NEReductionOperation.cpp",
- "runtime/NEON/functions/NEReorder.cpp",
+ "runtime/NEON/functions/NEReorderLayer.cpp",
"runtime/NEON/functions/NEReorgLayer.cpp",
"runtime/NEON/functions/NEReshapeLayer.cpp",
"runtime/NEON/functions/NEReverse.cpp",
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 35d1d9966e..cb48692a72 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -946,7 +946,7 @@ target_sources(
runtime/NEON/functions/NERange.cpp
runtime/NEON/functions/NEReduceMean.cpp
runtime/NEON/functions/NEReductionOperation.cpp
- runtime/NEON/functions/NEReorder.cpp
+ runtime/NEON/functions/NEReorderLayer.cpp
runtime/NEON/functions/NEReorgLayer.cpp
runtime/NEON/functions/NEReshapeLayer.cpp
runtime/NEON/functions/NEReverse.cpp
diff --git a/src/runtime/NEON/functions/NEReorder.cpp b/src/runtime/NEON/functions/NEReorderLayer.cpp
index f9bbeba90c..f9bbeba90c 100644
--- a/src/runtime/NEON/functions/NEReorder.cpp
+++ b/src/runtime/NEON/functions/NEReorderLayer.cpp