From f02e6cd728a0bceea221120ec039a4b66436d51d Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 17 May 2019 12:15:30 +0100 Subject: IVGCVSW-3030 Add unit testing for the Optimization API * Added OptimizeSubgraphViewTests file covering a number of use cases for the Optimization API * Fixed a bug in the sub-graph selector algorithm that skipped the first layer in a sub-graph if it wasn't an input layer * Changed the graph splitting logic to make use of maps instead of unordered_maps to keep the split sub-graphs in consistent order between executions * Added more common unit test utils * Minor fixes to comply to the include file conventions Change-Id: Iad464eaedd004109e5ef41aa487cea3ad86177d3 Signed-off-by: Matteo Martincigh --- src/backends/backendsCommon/test/MergerTestImpl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backends/backendsCommon/test/MergerTestImpl.hpp') diff --git a/src/backends/backendsCommon/test/MergerTestImpl.hpp b/src/backends/backendsCommon/test/MergerTestImpl.hpp index 35ab2bc861..edf5e2b7be 100644 --- a/src/backends/backendsCommon/test/MergerTestImpl.hpp +++ b/src/backends/backendsCommon/test/MergerTestImpl.hpp @@ -4,12 +4,12 @@ // #pragma once +#include "CommonTestUtils.hpp" + #include #include -#include - #include #include -- cgit v1.2.1