aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/PreCompiledLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/PreCompiledLayer.hpp')
-rw-r--r--src/armnn/layers/PreCompiledLayer.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/armnn/layers/PreCompiledLayer.hpp b/src/armnn/layers/PreCompiledLayer.hpp
index a4b1c78f12..a4851c778f 100644
--- a/src/armnn/layers/PreCompiledLayer.hpp
+++ b/src/armnn/layers/PreCompiledLayer.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017 Arm Ltd. All rights reserved.
+// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -29,8 +29,7 @@ public:
PreCompiledLayer* Clone(Graph &graph) const override;
- void ValidateTensorShapesFromInputs(
- ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly) override;
+ void ValidateTensorShapesFromInputs() override;
void SetPreCompiledObject(PreCompiledObjectPtr preCompiledObject);