From 54c92fde9ec2fc7526331fc3bed79ccfe50ac85d Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 5 Nov 2018 12:16:15 +0000 Subject: COMPMID-1451: Remove unused code. Change-Id: If5be77602e37b14aea63d7ec6d8adab324628f04 --- arm_compute/graph/Types.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'arm_compute/graph') 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 #include @@ -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; -/* TODO (geopin01): Strong types for NodeID */ - /**< Constant TensorID specifying an equivalent of null tensor */ constexpr TensorID NullTensorID = std::numeric_limits::max(); /**< Constant NodeID specifying an equivalent of null node */ -- cgit v1.2.1