aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/SwitchLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/SwitchLayer.hpp')
-rw-r--r--src/armnn/layers/SwitchLayer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/armnn/layers/SwitchLayer.hpp b/src/armnn/layers/SwitchLayer.hpp
index 025f379c99..a36261b51a 100644
--- a/src/armnn/layers/SwitchLayer.hpp
+++ b/src/armnn/layers/SwitchLayer.hpp
@@ -28,7 +28,10 @@ public:
/// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
void ValidateTensorShapesFromInputs() override;
+ ARMNN_NO_DEPRECATE_WARN_BEGIN
void Accept(ILayerVisitor& visitor) const override;
+ ARMNN_NO_DEPRECATE_WARN_END
+
protected:
/// Constructor to create a SwitchLayer.