From a9a1cf117072b8aa81e27bab4d1d3e356d8ea51d Mon Sep 17 00:00:00 2001 From: Nattapat Chaimanowong Date: Mon, 3 Dec 2018 16:06:49 +0000 Subject: IVGCVSW-2315 Add DebugLayer and no-op factory method Change-Id: I5455b720565248ff94278e76887d63f8434a7b58 --- include/armnn/ILayerSupport.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/armnn/ILayerSupport.hpp') 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& biases, Optional reasonIfUnsupported = EmptyOptional()) const; + virtual bool IsDebugSupported(const TensorInfo& input, + const TensorInfo& output, + Optional reasonIfUnsupported = EmptyOptional()) const; + virtual bool IsDepthwiseConvolutionSupported(const TensorInfo& input, const TensorInfo& output, const DepthwiseConvolution2dDescriptor& descriptor, -- cgit v1.2.1