aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/PadLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/PadLayer.hpp')
-rw-r--r--src/armnn/layers/PadLayer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/armnn/layers/PadLayer.hpp b/src/armnn/layers/PadLayer.hpp
index 5664997597..9a31ae5d60 100644
--- a/src/armnn/layers/PadLayer.hpp
+++ b/src/armnn/layers/PadLayer.hpp
@@ -35,7 +35,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 PadLayer.