aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/QuantizedLstmLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/QuantizedLstmLayer.hpp')
-rw-r--r--src/armnn/layers/QuantizedLstmLayer.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/armnn/layers/QuantizedLstmLayer.hpp b/src/armnn/layers/QuantizedLstmLayer.hpp
index fe7d423145..8def0f3f10 100644
--- a/src/armnn/layers/QuantizedLstmLayer.hpp
+++ b/src/armnn/layers/QuantizedLstmLayer.hpp
@@ -69,11 +69,6 @@ public:
/// @return A vector to the inferred output shape.
std::vector<TensorShape> InferOutputShapes(const std::vector<TensorShape>& inputShapes) const override;
- ARMNN_NO_DEPRECATE_WARN_BEGIN
- void Accept(ILayerVisitor& visitor) const override;
- ARMNN_NO_DEPRECATE_WARN_END
-
-
void ExecuteStrategy(IStrategy& strategy) const override;
protected: