aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/MultiLayerFacade.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/MultiLayerFacade.hpp')
-rw-r--r--delegate/src/MultiLayerFacade.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/delegate/src/MultiLayerFacade.hpp b/delegate/src/MultiLayerFacade.hpp
index aa00be8f60..31a7354382 100644
--- a/delegate/src/MultiLayerFacade.hpp
+++ b/delegate/src/MultiLayerFacade.hpp
@@ -123,6 +123,7 @@ protected:
/// Retrieve the handles to the constant values stored by the layer.
/// @return A vector of the constant tensors stored by this layer.
ConstantTensors GetConstantTensorsByRef() override { return {}; }
+ ImmutableConstantTensors GetConstantTensorsByRef() const override { return {}; }
private:
armnn::IConnectableLayer* m_FirstLayer;