From e1a905a8d273c4255c73eca83ee0945c1bca1201 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 22 Dec 2017 13:53:46 +0000 Subject: COMPMID-762 Output dummy accessor should always succeeds Otherwise bad things happen when a dummy accessor is used for the input too. Change-Id: I3cf8be18fcca6f509761fd8b903b89a83c1cd24b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114516 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- utils/GraphUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/GraphUtils.h b/utils/GraphUtils.h index 429394d1cc..ae6ecad881 100644 --- a/utils/GraphUtils.h +++ b/utils/GraphUtils.h @@ -255,7 +255,7 @@ inline std::unique_ptr get_output_accessor(const std::st { if(labels_path.empty()) { - return arm_compute::support::cpp14::make_unique(); + return arm_compute::support::cpp14::make_unique(0); } else { -- cgit v1.2.1