aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEPermute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEPermute.cpp')
-rw-r--r--src/runtime/NEON/functions/NEPermute.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/NEON/functions/NEPermute.cpp b/src/runtime/NEON/functions/NEPermute.cpp
index 257c1a2e44..f707fad757 100644
--- a/src/runtime/NEON/functions/NEPermute.cpp
+++ b/src/runtime/NEON/functions/NEPermute.cpp
@@ -40,10 +40,6 @@ NEPermute::NEPermute()
{
}
-NEPermute::NEPermute(NEPermute &&) = default;
-
-NEPermute &NEPermute::operator=(NEPermute &&) = default;
-
NEPermute::~NEPermute() = default;
void NEPermute::configure(const ITensor *input, ITensor *output, const PermutationVector &perm)