aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-03-05 15:39:34 +0000
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-03-21 16:10:46 +0000
commit33c47a59ae8aeb07cf51bf93edfb03146518cc98 (patch)
treea110c106598a6830d0862526742314f5048b8acb
parent252cb1386ac561e2059eccc8dd035759e3d77a58 (diff)
downloadarmnn-experimental/abi-archiving.tar.gz
Revert "ABI archiving test"experimental/abi-archiving
This reverts commit 252cb1386ac561e2059eccc8dd035759e3d77a58. Reason for revert: testing merge Change-Id: Iaec56671820a950c551b3a97ceef2c9009518384
-rw-r--r--include/armnn/ILayerVisitor.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/armnn/ILayerVisitor.hpp b/include/armnn/ILayerVisitor.hpp
index fef5145d9d..b5112a8f0b 100644
--- a/include/armnn/ILayerVisitor.hpp
+++ b/include/armnn/ILayerVisitor.hpp
@@ -28,14 +28,6 @@ public:
virtual void VisitAbsLayer(const IConnectableLayer* layer,
const char* name = nullptr) = 0;
- /// Function an absolute layer should call back to when its Accept(ILayerVisitor&)
- /// function is invoked.
- /// @param layer - pointer to the layer which is calling back to this visit function.
- /// @param name - Optional name for the layer.
- ARMNN_DEPRECATED_MSG("Use VisitElementwiseUnaryLayer instead")
- virtual void VisitAbsLayer3(const IConnectableLayer* layer,
- const char* name = nullptr) = 0;
-
/// Function that an activation layer should call back to when its Accept(ILayerVisitor&) function is invoked.
/// @param layer - pointer to the layer which is calling back to this visit function.
/// @param activationDescriptor - ActivationDescriptor to configure the activation.