aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/ILayerSupport.hpp
diff options
context:
space:
mode:
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>2018-12-03 16:06:49 +0000
committerNattapat Chaimanowong <nattapat.chaimanowong@arm.com>2018-12-03 16:06:49 +0000
commita9a1cf117072b8aa81e27bab4d1d3e356d8ea51d (patch)
treed8f6c92615a8f3821d732bb3ae229cd028f58c95 /include/armnn/ILayerSupport.hpp
parentde7055840ad27de2f60e80bf6e264705db4c0d19 (diff)
downloadarmnn-a9a1cf117072b8aa81e27bab4d1d3e356d8ea51d.tar.gz
IVGCVSW-2315 Add DebugLayer and no-op factory method
Change-Id: I5455b720565248ff94278e76887d63f8434a7b58
Diffstat (limited to 'include/armnn/ILayerSupport.hpp')
-rw-r--r--include/armnn/ILayerSupport.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/armnn/ILayerSupport.hpp b/include/armnn/ILayerSupport.hpp
index eecaa43271..859eee25f8 100644
--- a/include/armnn/ILayerSupport.hpp
+++ b/include/armnn/ILayerSupport.hpp
@@ -64,6 +64,10 @@ public:
const Optional<TensorInfo>& biases,
Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const;
+ virtual bool IsDebugSupported(const TensorInfo& input,
+ const TensorInfo& output,
+ Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const;
+
virtual bool IsDepthwiseConvolutionSupported(const TensorInfo& input,
const TensorInfo& output,
const DepthwiseConvolution2dDescriptor& descriptor,