From 64ebe5b392b8135ec939b63596ffb8567a3e3248 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 1 Sep 2017 17:44:24 +0100 Subject: COMPMID-519: Add support for Lower and Upper Bounded RELU for CL/NEON Change-Id: I7b16216ac59c899a33942bf17757b54535256d7a Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86172 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/TypePrinter.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/TypePrinter.h') diff --git a/tests/TypePrinter.h b/tests/TypePrinter.h index c207c1d634..bbccaadc6d 100644 --- a/tests/TypePrinter.h +++ b/tests/TypePrinter.h @@ -254,6 +254,9 @@ inline ::std::ostream &operator<<(::std::ostream &os, const ActivationLayerInfo: case ActivationLayerInfo::ActivationFunction::BOUNDED_RELU: os << "BOUNDED_RELU"; break; + case ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU: + os << "LU_BOUNDED_RELU"; + break; case ActivationLayerInfo::ActivationFunction::LEAKY_RELU: os << "LEAKY_RELU"; break; -- cgit v1.2.1