aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/OutputLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/OutputLayer.cpp')
-rw-r--r--src/armnn/layers/OutputLayer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/armnn/layers/OutputLayer.cpp b/src/armnn/layers/OutputLayer.cpp
index db76244ad1..d14337fd11 100644
--- a/src/armnn/layers/OutputLayer.cpp
+++ b/src/armnn/layers/OutputLayer.cpp
@@ -29,9 +29,8 @@ OutputLayer* OutputLayer::Clone(Graph& graph) const
return CloneBase<OutputLayer>(graph, GetBindingId(), GetName());
}
-void OutputLayer::ValidateTensorShapesFromInputs(ShapeInferenceMethod shapeInferenceMethod)
+void OutputLayer::ValidateTensorShapesFromInputs()
{
- IgnoreUnused(shapeInferenceMethod);
// Just validates that the input is connected.
ConditionalThrow<LayerValidationException>(GetInputSlot(0).GetConnection() != nullptr,