aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/DepthToSpaceLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/DepthToSpaceLayer.cpp')
-rw-r--r--src/armnn/layers/DepthToSpaceLayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/DepthToSpaceLayer.cpp b/src/armnn/layers/DepthToSpaceLayer.cpp
index dfa575b7a3..ba06ad6c31 100644
--- a/src/armnn/layers/DepthToSpaceLayer.cpp
+++ b/src/armnn/layers/DepthToSpaceLayer.cpp
@@ -75,9 +75,11 @@ void DepthToSpaceLayer::ValidateTensorShapesFromInputs()
ValidateAndCopyShape(outputShape, inferredShapes[0], m_ShapeInferenceMethod, "DepthToSpaceLayer");
}
+ARMNN_NO_DEPRECATE_WARN_BEGIN
void DepthToSpaceLayer::Accept(ILayerVisitor& visitor) const
{
visitor.VisitDepthToSpaceLayer(this, GetParameters(), GetName());
}
+ARMNN_NO_DEPRECATE_WARN_END
} // namespace armnn