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