aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ChannelShuffleLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ChannelShuffleLayer.hpp')
-rw-r--r--src/armnn/layers/ChannelShuffleLayer.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/armnn/layers/ChannelShuffleLayer.hpp b/src/armnn/layers/ChannelShuffleLayer.hpp
index 79ab426a44..45cd5e5d82 100644
--- a/src/armnn/layers/ChannelShuffleLayer.hpp
+++ b/src/armnn/layers/ChannelShuffleLayer.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2021-2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
@@ -26,7 +26,6 @@ public:
/// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
void ValidateTensorShapesFromInputs() override;
- // TODO Do you need to create an InferOutputShapes function for ChannelShuffle?
protected:
ChannelShuffleLayer(const ChannelShuffleDescriptor& param, const char* name);