aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/QLstmLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/QLstmLayer.hpp')
-rw-r--r--src/armnn/layers/QLstmLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/QLstmLayer.hpp b/src/armnn/layers/QLstmLayer.hpp
index 5757ef6559..70cc4f2b15 100644
--- a/src/armnn/layers/QLstmLayer.hpp
+++ b/src/armnn/layers/QLstmLayer.hpp
@@ -109,6 +109,8 @@ public:
void Accept(ILayerVisitor& visitor) const override;
+ void ExecuteStrategy(IStrategy& strategy) const override;
+
protected:
/// Constructor to create a QLstmLayer.
/// @param [in] name Optional name for the layer.