aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ConvertFp32ToBf16Layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ConvertFp32ToBf16Layer.hpp')
-rw-r--r--src/armnn/layers/ConvertFp32ToBf16Layer.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/armnn/layers/ConvertFp32ToBf16Layer.hpp b/src/armnn/layers/ConvertFp32ToBf16Layer.hpp
index 096dc7e0d8..57fbe13e12 100644
--- a/src/armnn/layers/ConvertFp32ToBf16Layer.hpp
+++ b/src/armnn/layers/ConvertFp32ToBf16Layer.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2020 Arm Ltd. All rights reserved.
+// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -26,8 +26,7 @@ public:
/// Check if the input tensor shape(s)
/// will lead to a valid configuration of @ref ConvertFp32ToBf16Layer.
/// @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;