aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ComparisonLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ComparisonLayer.hpp')
-rw-r--r--src/armnn/layers/ComparisonLayer.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/armnn/layers/ComparisonLayer.hpp b/src/armnn/layers/ComparisonLayer.hpp
index e20bcdfb4f..bcb0dc2fdd 100644
--- a/src/armnn/layers/ComparisonLayer.hpp
+++ b/src/armnn/layers/ComparisonLayer.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2019 Arm Ltd. All rights reserved.
+// Copyright © 2019 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -33,8 +33,7 @@ public:
/// Check if the input tensor shape(s) will lead to a valid configuration
/// of @ref ComparisonLayer
/// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
- void ValidateTensorShapesFromInputs(
- ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly) override;
+ void ValidateTensorShapesFromInputs() override;
void Accept(ILayerVisitor& visitor) const override;