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 --- arm_compute/runtime/OffsetMemoryPool.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arm_compute/runtime/OffsetMemoryPool.h') diff --git a/arm_compute/runtime/OffsetMemoryPool.h b/arm_compute/runtime/OffsetMemoryPool.h index bc09de6a14..26005706df 100644 --- a/arm_compute/runtime/OffsetMemoryPool.h +++ b/arm_compute/runtime/OffsetMemoryPool.h @@ -58,6 +58,11 @@ public: OffsetMemoryPool(OffsetMemoryPool &&) = default; /** Allow instances of this class to be move assigned */ OffsetMemoryPool &operator=(OffsetMemoryPool &&) = default; + /** Accessor to the pool internal configuration meta-data + * + * @return Pool internal configuration meta-data + */ + const BlobInfo &info() const; // Inherited methods overridden: void acquire(MemoryMappings &handles) override; -- cgit v1.2.1