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