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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/PadLayer.hpp b/src/armnn/layers/PadLayer.hpp
index 569365a118..8174fa884f 100644
--- a/src/armnn/layers/PadLayer.hpp
+++ b/src/armnn/layers/PadLayer.hpp
@@ -29,6 +29,8 @@ public:
/// will lead to a valid configuration of @ref PadLayer.
void ValidateTensorShapesFromInputs() override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a PadLayer.
/// @param [in] param PadDescriptor to configure the pad operation.