aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-09-01 11:15:21 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitcbc5a13fe813664740a2970fb35b5950ea492654 (patch)
treeab36fd3245291fdbafcc7eff333d5a3562d8b021 /tests
parent24e49a2ebd566ac363a256c46a1e889f85f51330 (diff)
downloadComputeLibrary-cbc5a13fe813664740a2970fb35b5950ea492654.tar.gz
COMPMID-417: Fix ROI dataset description
Change-Id: I0ee69049dbade934d8ad83c5d47f49b1372262b6 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86095 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/datasets_new/ROIPoolingLayerDataset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datasets_new/ROIPoolingLayerDataset.h b/tests/datasets_new/ROIPoolingLayerDataset.h
index c68a33fe8f..65d589eb97 100644
--- a/tests/datasets_new/ROIPoolingLayerDataset.h
+++ b/tests/datasets_new/ROIPoolingLayerDataset.h
@@ -55,7 +55,7 @@ public:
{
std::stringstream description;
description << "In=" << *_tensor_shape_it << ":";
- description << "Info=" << *_infos_it;
+ description << "Info=" << *_infos_it << ":";
description << "NumROIS=" << *_num_rois_it;
return description.str();
}