aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/ILayerSupport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/backends/ILayerSupport.hpp')
-rw-r--r--include/armnn/backends/ILayerSupport.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/backends/ILayerSupport.hpp b/include/armnn/backends/ILayerSupport.hpp
index 519119bba5..b7f5f0497d 100644
--- a/include/armnn/backends/ILayerSupport.hpp
+++ b/include/armnn/backends/ILayerSupport.hpp
@@ -188,7 +188,7 @@ public:
const TensorInfo& detectionScores,
const TensorInfo& numDetections,
const DetectionPostProcessDescriptor& descriptor,
- Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const =0;
+ Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const;
ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This method is deprecated. "
"Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08")