From cc5171b85654b9f19a5f52bbe8abea0572ee0163 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 9 Jan 2019 17:04:39 +0000 Subject: COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensors Change-Id: If16b572a4d906187b77f32133a72a44316fa74e4 Reviewed-on: https://review.mlplatform.org/490 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- arm_compute/core/Types.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'arm_compute/core/Types.h') diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h index 02001a2438..dc87617f55 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 ARM Limited. + * Copyright (c) 2016-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -501,13 +501,6 @@ using PaddingList = std::vector; /** Information to produce a tiled version of a Tensor */ using Multiples = std::vector; -/** Region of interest */ -struct ROI -{ - Rectangle rect; /**< Rectangle specifying the region of interest */ - uint16_t batch_idx; /**< The batch index of the region of interest */ -}; - /** Available channels */ enum class Channel { -- cgit v1.2.1