aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/LogicalBinaryLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/LogicalBinaryLayer.hpp')
-rw-r--r--src/armnn/layers/LogicalBinaryLayer.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/armnn/layers/LogicalBinaryLayer.hpp b/src/armnn/layers/LogicalBinaryLayer.hpp
index caeaa0a1af..500f644e51 100644
--- a/src/armnn/layers/LogicalBinaryLayer.hpp
+++ b/src/armnn/layers/LogicalBinaryLayer.hpp
@@ -35,9 +35,7 @@ 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
+ void ExecuteStrategy(IStrategy& strategy) const override;
protected:
/// Constructor to create a LogicalBinaryLayer