From d3a78ab634d3047bcb1615512b1b290dbfbca5f4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 18 Jun 2018 15:35:09 +0100 Subject: COMPMID-1283: (GitHub issue) after convolution output data is zero During the mutating passes accessors of optimized nodes were dropped instead of being transfered to appropriate tensors. Change-Id: I29183984d94806bdfb5c92af3acefd928c0fd171 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/136036 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- src/graph/Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph/Utils.cpp') diff --git a/src/graph/Utils.cpp b/src/graph/Utils.cpp index 030fa2df59..d5ca77db1c 100644 --- a/src/graph/Utils.cpp +++ b/src/graph/Utils.cpp @@ -80,8 +80,8 @@ PassManager create_default_pass_manager(Target target) if(target != Target::GC) { - pm.append(support::cpp14::make_unique()); pm.append(support::cpp14::make_unique()); + pm.append(support::cpp14::make_unique()); pm.append(support::cpp14::make_unique()); pm.append(support::cpp14::make_unique()); } -- cgit v1.2.1