aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/BatchToSpaceNdLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/BatchToSpaceNdLayer.hpp')
-rw-r--r--src/armnn/layers/BatchToSpaceNdLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/BatchToSpaceNdLayer.hpp b/src/armnn/layers/BatchToSpaceNdLayer.hpp
index fc4dd71955..21ed616a9e 100644
--- a/src/armnn/layers/BatchToSpaceNdLayer.hpp
+++ b/src/armnn/layers/BatchToSpaceNdLayer.hpp
@@ -34,6 +34,8 @@ public:
/// @return A vector to the inferred output shape.
std::vector<TensorShape> InferOutputShapes(const std::vector<TensorShape>& inputShapes) const override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a BatchToSpaceNdLayer.
/// @param [in] param BatchToSpaceNdDescriptor to configure the BatchToSpaceNd operation.