aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2019-08-16 10:28:37 +0100
committerDavid Monahan <david.monahan@arm.com>2019-08-20 10:41:18 +0100
commite9f0f0fdda42ba17085ba4d86e0c84ab68ed2f5a (patch)
tree5b3f1a2471d9ba0bd9d3698a8135649414ca328e /include
parent895339092fa9edc0aa59de0309f79bebacc3fa63 (diff)
downloadarmnn-e9f0f0fdda42ba17085ba4d86e0c84ab68ed2f5a.tar.gz
IVGCVSW-3617 Add CL TensorHandleFactory
* Adds ClTensorHandleFactory * Includes some refactoring of NeonTensorHandleFactory Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I9f0874b1945050267c5ece970e6d9b200ed8a865
Diffstat (limited to 'include')
-rw-r--r--include/armnn/MemorySources.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/armnn/MemorySources.hpp b/include/armnn/MemorySources.hpp
index e138f56fd4..53890982d4 100644
--- a/include/armnn/MemorySources.hpp
+++ b/include/armnn/MemorySources.hpp
@@ -12,6 +12,7 @@ namespace armnn
enum class MemorySource
{
+ Undefined = 0,
Malloc = 1,
DmaBuf = 2,
DmaBufProtected = 4