aboutsummaryrefslogtreecommitdiff
path: root/src/backends/aclCommon/memory/IPoolManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/aclCommon/memory/IPoolManager.hpp')
-rw-r--r--src/backends/aclCommon/memory/IPoolManager.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/backends/aclCommon/memory/IPoolManager.hpp b/src/backends/aclCommon/memory/IPoolManager.hpp
deleted file mode 100644
index be15fdd57e..0000000000
--- a/src/backends/aclCommon/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