aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/DepthwiseConvolution2dLayer.cpp
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-05-30 11:08:52 +0100
committerNikhil Raj Arm <nikhil.raj@arm.com>2022-06-27 16:48:53 +0000
commit4d2eec0436f75d526c2ec25623ad73c8d1ee9ac3 (patch)
tree927ab42094125d813b6acf01329a44db0e39c23a /src/armnn/layers/DepthwiseConvolution2dLayer.cpp
parent3cb65014be65f54b55f3e7ceb2f0b7fd0d27cf5c (diff)
downloadarmnn-4d2eec0436f75d526c2ec25623ad73c8d1ee9ac3.tar.gz
IVGCVSW-6981 Remove deprecated code 22.05 [Post Release]
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I9ccaefbe28ea572e9e2b4a2168574804667f7460
Diffstat (limited to 'src/armnn/layers/DepthwiseConvolution2dLayer.cpp')
-rw-r--r--src/armnn/layers/DepthwiseConvolution2dLayer.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/armnn/layers/DepthwiseConvolution2dLayer.cpp b/src/armnn/layers/DepthwiseConvolution2dLayer.cpp
index 4fd280485a..dcd800e367 100644
--- a/src/armnn/layers/DepthwiseConvolution2dLayer.cpp
+++ b/src/armnn/layers/DepthwiseConvolution2dLayer.cpp
@@ -153,13 +153,6 @@ Layer::ConstantTensors DepthwiseConvolution2dLayer::GetConstantTensorsByRef()
return {m_Weight, m_Bias};
}
-ARMNN_NO_DEPRECATE_WARN_BEGIN
-void DepthwiseConvolution2dLayer::Accept(ILayerVisitor& visitor) const
-{
- visitor.VisitDepthwiseConvolution2dLayer(this, GetParameters(), GetName());
-}
-ARMNN_NO_DEPRECATE_WARN_END
-
void DepthwiseConvolution2dLayer::ExecuteStrategy(IStrategy& strategy) const
{
strategy.ExecuteStrategy(this, GetParameters(), {}, GetName());