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/graph/GraphBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/graph') diff --git a/arm_compute/graph/GraphBuilder.h b/arm_compute/graph/GraphBuilder.h index cb905e700e..b73f4f23ca 100644 --- a/arm_compute/graph/GraphBuilder.h +++ b/arm_compute/graph/GraphBuilder.h @@ -369,7 +369,7 @@ public: * @param[in] g Graph to add the node to * @param[in] params Common node parameters * @param[in] input Input to the reshape layer node as a NodeID-Index pair - * @param[in] rois Input containing @ref ROI. + * @param[in] rois Input containing the ROIs. * @param[in] pool_info Contains pooling operation information described in @ref ROIPoolingLayerInfo. * * @return Node ID of the created node, EmptyNodeID in case of error -- cgit v1.2.1