aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp')
-rw-r--r--src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp b/src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp
deleted file mode 100644
index 8b2b58d9b1..0000000000
--- a/src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#include "NeonLstmFloatWorkload.hpp"
-
-namespace armnn
-{
-NeonLstmFloatWorkload::NeonLstmFloatWorkload(const LstmQueueDescriptor& descriptor,
- const WorkloadInfo& info)
- : FloatWorkload<LstmQueueDescriptor>(descriptor, info)
-{
- m_Data.ValidateInputsOutputs("NeonLstmFloatWorkload", 1, 1);
-}
-
-void NeonLstmFloatWorkload::Execute() const
-{
- throw armnn::Exception("No implementation of Lstm in the Neon backend!");
-}
-
-} // namespace armnn