aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Jackson <matthew.jackson@arm.com>2019-07-11 12:07:09 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-07-17 14:31:02 +0000
commit81e601c5a5ebf3de3dd6418942708158de50252a (patch)
tree48307f6d49639d7bc9bfa2db96a2de33d1095861 /include
parent01bfd1781a18508577b9135408465ee76f346ae5 (diff)
downloadarmnn-81e601c5a5ebf3de3dd6418942708158de50252a.tar.gz
IVGCVSW-3419 Add reference workload support for the new Stack layer
* Added reference workload for the Stack layer * Added factory methods * Added validation support * Added unit tests Signed-off-by: Matthew Jackson <matthew.jackson@arm.com> Change-Id: Ib14b72c15f53a2a2ca152afc357ce2aa405ccc88
Diffstat (limited to 'include')
-rw-r--r--include/armnn/ILayerSupport.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/ILayerSupport.hpp b/include/armnn/ILayerSupport.hpp
index 3cc6eabe9f..4301f9a196 100644
--- a/include/armnn/ILayerSupport.hpp
+++ b/include/armnn/ILayerSupport.hpp
@@ -271,7 +271,7 @@ public:
const ViewsDescriptor& descriptor,
Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const = 0;
- virtual bool IsStackSupported(const std::vector<const TensorInfo*> inputs,
+ virtual bool IsStackSupported(const std::vector<const TensorInfo*>& inputs,
const TensorInfo& output,
const StackDescriptor& descriptor,
Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const = 0;