aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/experimental/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/experimental/Types.h')
-rw-r--r--arm_compute/core/experimental/Types.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/arm_compute/core/experimental/Types.h b/arm_compute/core/experimental/Types.h
index eca833e708..4dee5ff70d 100644
--- a/arm_compute/core/experimental/Types.h
+++ b/arm_compute/core/experimental/Types.h
@@ -24,13 +24,14 @@
#ifndef ARM_COMPUTE_EXPERIMENTAL_TYPES_H
#define ARM_COMPUTE_EXPERIMENTAL_TYPES_H
+#include "arm_compute/core/ITensorPack.h"
#include "arm_compute/core/TensorShape.h"
-#include <map>
#include <vector>
namespace arm_compute
{
+// Forward declaration
class ITensor;
/** Memory type */
@@ -51,10 +52,6 @@ enum TensorType : int32_t
ACL_SRC_VEC = 256,
};
-using InputTensorMap = std::map<int32_t, const ITensor *>;
-using OutputTensorMap = std::map<int32_t, ITensor *>;
-using OperatorTensorMap = OutputTensorMap;
-
namespace experimental
{
struct MemoryInfo