aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/SpaceToBatchNdLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/SpaceToBatchNdLayer.hpp')
-rw-r--r--src/armnn/layers/SpaceToBatchNdLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/SpaceToBatchNdLayer.hpp b/src/armnn/layers/SpaceToBatchNdLayer.hpp
index 3e91bbd88c..f6616bcd21 100644
--- a/src/armnn/layers/SpaceToBatchNdLayer.hpp
+++ b/src/armnn/layers/SpaceToBatchNdLayer.hpp
@@ -35,6 +35,8 @@ public:
/// will lead to a valid configuration of @ref SpaceToBatchNdLayer.
void ValidateTensorShapesFromInputs() override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a SpaceToBatchNdLayer.
/// @param [in] param SpaceToBatchNdDescriptor to configure the SpaceToBatchNdLayer operation.