From 2e01e18ff5458f4bd8e6bcc868ba7eb39ff776cc Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 6 Jun 2018 14:35:15 +0100 Subject: COMPMID-1246: Add GLES target in graph TypePrinter Change-Id: I5c6b29277b93facf6a992e02f72ebc6a1e5e5ef6 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/134413 Reviewed-by: Michele DiGiorgio Tested-by: Jenkins --- arm_compute/graph/TypePrinter.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm_compute/graph/TypePrinter.h') diff --git a/arm_compute/graph/TypePrinter.h b/arm_compute/graph/TypePrinter.h index 36d924b4f9..1847d9c226 100644 --- a/arm_compute/graph/TypePrinter.h +++ b/arm_compute/graph/TypePrinter.h @@ -131,6 +131,9 @@ inline ::std::ostream &operator<<(::std::ostream &os, const Target &target) case Target::CL: os << "CL"; break; + case Target::GC: + os << "GC"; + break; default: ARM_COMPUTE_ERROR("NOT_SUPPORTED!"); } -- cgit v1.2.1