aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/DebugLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/DebugLayer.hpp')
-rw-r--r--src/armnn/layers/DebugLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/DebugLayer.hpp b/src/armnn/layers/DebugLayer.hpp
index e71e05a8d5..054f5e4d2b 100644
--- a/src/armnn/layers/DebugLayer.hpp
+++ b/src/armnn/layers/DebugLayer.hpp
@@ -28,7 +28,9 @@ public:
/// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
void ValidateTensorShapesFromInputs() override;
+ ARMNN_NO_DEPRECATE_WARN_BEGIN
void Accept(ILayerVisitor& visitor) const override;
+ ARMNN_NO_DEPRECATE_WARN_END
protected:
/// Constructor to create a DebugLayer.