aboutsummaryrefslogtreecommitdiff
path: root/src/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp')
-rw-r--r--src/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp b/src/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp
deleted file mode 100644
index 3f7c470323..0000000000
--- a/src/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-#include <backends/NeonWorkloadUtils.hpp>
-
-namespace armnn
-{
-
-class NeonReshapeUint8Workload : public Uint8Workload<ReshapeQueueDescriptor>
-{
-public:
- NeonReshapeUint8Workload(const ReshapeQueueDescriptor& descriptor, const WorkloadInfo& info);
- virtual void Execute() const override;
-
-private:
- mutable arm_compute::NEReshapeLayer m_Layer;
-};
-
-} //namespace armnn
-
-
-
-