aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/memory/IPoolManager.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-10-12 15:18:03 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:53 +0100
commitf9aeef0e036df176699aa96d30d2ca8d7546534e (patch)
tree09ad918f7d2cffbca2c013c688332fa687b8d8ca /src/armnn/memory/IPoolManager.hpp
parent3b278e9261bd0de67c82f7d6c36731f118124f52 (diff)
downloadarmnn-f9aeef0e036df176699aa96d30d2ca8d7546534e.tar.gz
IVGCVSW-2006: Move ACL memory manager source code under aclCommon
Change-Id: Ie1c74a18de5c3dd1cd5285c222bd6327489c1508
Diffstat (limited to 'src/armnn/memory/IPoolManager.hpp')
-rw-r--r--src/armnn/memory/IPoolManager.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/armnn/memory/IPoolManager.hpp b/src/armnn/memory/IPoolManager.hpp
deleted file mode 100644
index 4fbca77a67..0000000000
--- a/src/armnn/memory/IPoolManager.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-#pragma once
-
-#include "arm_compute/runtime/IPoolManager.h"
-
-namespace armnn
-{
-
-class IPoolManager : public arm_compute::IPoolManager {
-public:
- // Allocates all pools within the pool manager
- virtual void AllocatePools() = 0;
-
- // Releases all pools within the pool manager
- virtual void ReleasePools() = 0;
-};
-
-} // namespace armnn \ No newline at end of file