aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h b/arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h
index 39fafef773..a354a4df7b 100644
--- a/arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h
+++ b/arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h
@@ -67,12 +67,12 @@ public:
NELSTMLayerQuantized(std::shared_ptr<IMemoryManager> memory_manager = nullptr);
/** Prevent instances of this class from being copied (As this class contains pointers) */
NELSTMLayerQuantized(const NELSTMLayerQuantized &) = delete;
- /** Default move constructor */
- NELSTMLayerQuantized(NELSTMLayerQuantized &&) = default;
+ /** Prevent instances of this class from being moved (As this class contains pointers) */
+ NELSTMLayerQuantized(NELSTMLayerQuantized &&) = delete;
/** Prevent instances of this class from being copied (As this class contains pointers) */
NELSTMLayerQuantized &operator=(const NELSTMLayerQuantized &) = delete;
- /** Default move assignment operator */
- NELSTMLayerQuantized &operator=(NELSTMLayerQuantized &&) = default;
+ /** Prevent instances of this class from being moved (As this class contains pointers) */
+ NELSTMLayerQuantized &operator=(NELSTMLayerQuantized &&) = delete;
/** Default destructor */
~NELSTMLayerQuantized();
/** Initialize function's tensors.