From caa7deedfe1b0d0020c6099d8f616ec92b1bd5e9 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 9 Sep 2019 19:23:39 +0100 Subject: COMPMID-2641 [NEON] Create a test case for dynamic tensor support Change-Id: I181e9acffd34ff1c807c65a822cfafb7327b8c8a Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1913 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- src/runtime/OffsetLifetimeManager.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/runtime/OffsetLifetimeManager.cpp') diff --git a/src/runtime/OffsetLifetimeManager.cpp b/src/runtime/OffsetLifetimeManager.cpp index ad23220c0e..e9aa1ff447 100644 --- a/src/runtime/OffsetLifetimeManager.cpp +++ b/src/runtime/OffsetLifetimeManager.cpp @@ -49,6 +49,11 @@ OffsetLifetimeManager::OffsetLifetimeManager() { } +const OffsetLifetimeManager::info_type &OffsetLifetimeManager::info() const +{ + return _blob; +} + std::unique_ptr OffsetLifetimeManager::create_pool(IAllocator *allocator) { ARM_COMPUTE_ERROR_ON(allocator == nullptr); -- cgit v1.2.1