aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index 005b4074c6..b9589b753c 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -26,8 +26,6 @@
#include "arm_compute/core/Error.h"
#include "arm_compute/core/Types.h"
-#include "arm_compute/core/utils/strong_type/StrongType.h"
-#include "arm_compute/core/utils/strong_type/StrongTypeAttributes.h"
#include <limits>
#include <string>
@@ -56,16 +54,12 @@ using arm_compute::PoolingType;
using arm_compute::DimensionRoundingType;
using arm_compute::InterpolationPolicy;
-/** TODO (geopin01): Make ids strongly typed */
+using GraphID = unsigned int;
using TensorID = unsigned int;
using NodeID = unsigned int;
using EdgeID = unsigned int;
using Activation = arm_compute::ActivationLayerInfo::ActivationFunction;
-/**< GraphID strong type */
-using GraphID = strong_type::StrongType<unsigned int, struct graph_id_t, strong_type::Comparable>;
-/* TODO (geopin01): Strong types for NodeID */
-
/**< Constant TensorID specifying an equivalent of null tensor */
constexpr TensorID NullTensorID = std::numeric_limits<TensorID>::max();
/**< Constant NodeID specifying an equivalent of null node */