From 95643d83d8f4d0431b3983f771ca749963f6a966 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Thu, 31 Aug 2017 17:10:18 +0100 Subject: COMPMID-417: Fix benchmark tests Change-Id: I4c4786c38fd3381015abbb9f1ef5612c712594b6 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86019 Tested-by: Kaizen Reviewed-by: SiCong Li --- tests/TypePrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TypePrinter.h') diff --git a/tests/TypePrinter.h b/tests/TypePrinter.h index 394ee9d87c..c207c1d634 100644 --- a/tests/TypePrinter.h +++ b/tests/TypePrinter.h @@ -360,7 +360,7 @@ inline std::string to_string(const PoolingType &type) /** Formatted output of @ref PoolingLayerInfo. */ inline ::std::ostream &operator<<(::std::ostream &os, const PoolingLayerInfo &info) { - os << info.pool_type(); + os << info.pool_type() << ";" << info.pool_size() << ";" << info.pad_stride_info(); return os; } -- cgit v1.2.1