aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-09-23 12:40:39 +0100
committerGiorgio Arena <giorgio.arena@arm.com>2021-09-23 13:15:33 +0000
commit61b6e24594bdfdab6fd236e269f303ca2dbc0c2b (patch)
tree926cf48ae4bd833c70eb45c8fd6102b131110ae4
parent0bb62303c76cf90570fbaee9a03f65f408127ae8 (diff)
downloadComputeLibrary-61b6e24594bdfdab6fd236e269f303ca2dbc0c2b.tar.gz
Use std::vector instead of Coordinates for ITensorInfo's _dims_state
Resolve COMPMID-4798 Change-Id: I2661de88640dcfee92d207f7e884c066eb19ab94 Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6306 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
-rw-r--r--arm_compute/core/ITensorInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/ITensorInfo.h b/arm_compute/core/ITensorInfo.h
index 0171e31086..1f5cf30148 100644
--- a/arm_compute/core/ITensorInfo.h
+++ b/arm_compute/core/ITensorInfo.h
@@ -40,7 +40,7 @@ namespace arm_compute
class ITensorInfo : public misc::ICloneable<ITensorInfo>
{
public:
- using TensorDimsState = Coordinates;
+ using TensorDimsState = std::vector<int>;
/** Get the value representing dynamic dimension state
*
* @return Value representing dynamic dimension state