From 9da19e9da660057785fb736aba5c61b1ae773f2f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 11 Oct 2018 15:33:11 +0100 Subject: COMPMID-1605: API alignment for the MemoryManager with ARMNN Change-Id: Iac6a95ba7f388e65b7f1c8865c3e9bf289b233ea Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/155490 Reviewed-by: Anthony Barbier Tested-by: bsgcomp --- arm_compute/graph/GraphContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/graph') diff --git a/arm_compute/graph/GraphContext.h b/arm_compute/graph/GraphContext.h index b77eb1404d..21ba6df785 100644 --- a/arm_compute/graph/GraphContext.h +++ b/arm_compute/graph/GraphContext.h @@ -42,6 +42,7 @@ struct MemoryManagerContext std::shared_ptr intra_mm = { nullptr }; /**< Intra-function memory manager */ std::shared_ptr cross_mm = { nullptr }; /**< Cross-function memory manager */ std::shared_ptr cross_group = { nullptr }; /**< Cross-function memory group */ + IAllocator *allocator = { nullptr }; /**< Backend allocator to use */ }; /** Graph context **/ -- cgit v1.2.1