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, 1 insertions, 1 deletions
diff --git a/src/armnn/layers/QLstmLayer.hpp b/src/armnn/layers/QLstmLayer.hpp
index 115c47bddb..a269d562f6 100644
--- a/src/armnn/layers/QLstmLayer.hpp
+++ b/src/armnn/layers/QLstmLayer.hpp
@@ -119,7 +119,7 @@ protected:
/// Retrieve the handles to the constant values stored by the layer.
/// @return A vector of the constant tensors stored by this layer.
- Layer::ConstantTensors GetConstantTensorsByRef() override;
+ Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override;
};
} // namespace armnn