aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-05 12:16:15 +0000
committerAnthony Barbier <Anthony.barbier@arm.com>2018-11-09 09:04:32 +0000
commit54c92fde9ec2fc7526331fc3bed79ccfe50ac85d (patch)
tree330383c3f252c3d61d9058f286c195b447675d70 /arm_compute/graph
parentcfcc41ca30ebf0239af731ca8a3e3749947a5fb1 (diff)
downloadComputeLibrary-54c92fde9ec2fc7526331fc3bed79ccfe50ac85d.tar.gz
COMPMID-1451: Remove unused code.
Change-Id: If5be77602e37b14aea63d7ec6d8adab324628f04
Diffstat (limited to 'arm_compute/graph')
-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 */