aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/CastLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/CastLayer.cpp')
-rw-r--r--src/armnn/layers/CastLayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/CastLayer.cpp b/src/armnn/layers/CastLayer.cpp
index 16dd9a3744..485bbf0158 100644
--- a/src/armnn/layers/CastLayer.cpp
+++ b/src/armnn/layers/CastLayer.cpp
@@ -46,10 +46,12 @@ void CastLayer::ValidateTensorShapesFromInputs()
ValidateAndCopyShape(outputShape, inferredShapes[0], m_ShapeInferenceMethod, "CastLayer");
}
+ARMNN_NO_DEPRECATE_WARN_BEGIN
void CastLayer::Accept(ILayerVisitor& visitor) const
{
IgnoreUnused(visitor);
throw armnn::Exception("CastLayer VisitCastLayer is not implemented");
}
+ARMNN_NO_DEPRECATE_WARN_END
} // namespace armnn