aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ResizeLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ResizeLayer.hpp')
-rw-r--r--src/armnn/layers/ResizeLayer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/armnn/layers/ResizeLayer.hpp b/src/armnn/layers/ResizeLayer.hpp
index 34625857f8..fab18c7716 100644
--- a/src/armnn/layers/ResizeLayer.hpp
+++ b/src/armnn/layers/ResizeLayer.hpp
@@ -34,7 +34,10 @@ public:
/// @return A vector to the inferred output shape.
std::vector<TensorShape> InferOutputShapes(const std::vector<TensorShape>& inputShapes) const override;
+ ARMNN_NO_DEPRECATE_WARN_BEGIN
void Accept(ILayerVisitor& visitor) const override;
+ ARMNN_NO_DEPRECATE_WARN_END
+
protected:
/// Constructor to create a ResizeLayer.