aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/PermuteLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/PermuteLayer.hpp')
-rw-r--r--src/armnn/layers/PermuteLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/PermuteLayer.hpp b/src/armnn/layers/PermuteLayer.hpp
index e1f391a2ff..8413322373 100644
--- a/src/armnn/layers/PermuteLayer.hpp
+++ b/src/armnn/layers/PermuteLayer.hpp
@@ -58,6 +58,8 @@ public:
GetPermutation().IsEqual(boost::polymorphic_downcast<const PermuteLayer*>(&other)->GetPermutation());
}
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a PermuteLayer.
/// @param [in] param PermuteDescriptor to configure the permute operation.