aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/ROIAlignLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/ROIAlignLayer.h')
-rw-r--r--tests/validation/reference/ROIAlignLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/reference/ROIAlignLayer.h b/tests/validation/reference/ROIAlignLayer.h
index 818f9b147c..b67ff42166 100644
--- a/tests/validation/reference/ROIAlignLayer.h
+++ b/tests/validation/reference/ROIAlignLayer.h
@@ -37,7 +37,7 @@ namespace validation
namespace reference
{
template <typename T>
-SimpleTensor<T> roi_align_layer(const SimpleTensor<T> &src, const std::vector<ROI> &rois, const ROIPoolingLayerInfo &pool_info);
+SimpleTensor<T> roi_align_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &rois, const ROIPoolingLayerInfo &pool_info);
} // namespace reference
} // namespace validation
} // namespace test