aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ConcatLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ConcatLayer.hpp')
-rw-r--r--src/armnn/layers/ConcatLayer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/layers/ConcatLayer.hpp b/src/armnn/layers/ConcatLayer.hpp
index eaa5c15a9c..3d9ba1815e 100644
--- a/src/armnn/layers/ConcatLayer.hpp
+++ b/src/armnn/layers/ConcatLayer.hpp
@@ -56,7 +56,7 @@ protected:
private:
template <typename FactoryType>
- void CreateTensors(const TensorHandleFactoryRegistry& registry, const FactoryType& factory);
+ void CreateTensors(const TensorHandleFactoryRegistry& registry, const FactoryType& factory, bool isMemoryManaged);
};