aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h')
-rw-r--r--arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h b/arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h
index deedf62262..25023ff0a1 100644
--- a/arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h
+++ b/arm_compute/dynamic_fusion/sketch/MemoryDescriptor.h
@@ -37,6 +37,7 @@ enum class MemoryType
{
User = 0, /**< Memory coming directly from users, e.g. for argument tensors */
Auxiliary = 1, /**< Additional memory required by the workload tensor, e.g. for temporary tensors */
+ NoAlloc = 2, /**< Temporary tile which is not allocated as a whole tensor in the memory */
};
/** Memory information for tensors with @ref MemoryType::Auxiliary.