aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/DequantizeLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/DequantizeLayer.hpp')
-rw-r--r--src/armnn/layers/DequantizeLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/DequantizeLayer.hpp b/src/armnn/layers/DequantizeLayer.hpp
index a5750ddaab..99bde85f72 100644
--- a/src/armnn/layers/DequantizeLayer.hpp
+++ b/src/armnn/layers/DequantizeLayer.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 DequantizeLayer.