From 8913d8d7bc83fdcb6c5dc9baca6bb369418de48b Mon Sep 17 00:00:00 2001 From: Alex Gilday Date: Thu, 15 Feb 2018 11:07:18 +0000 Subject: COMPMID-915: Create ResNet50 example ResidualLayer node (COMPMID-916) also created as required for the ResNet architecture. Change-Id: I4fb4d2e08a8d3ce206f96f7946f5afc3e244676a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121185 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/graph/Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/graph/Types.h') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index 3ec0c7a5cf..a5d6ae8459 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -91,6 +91,7 @@ enum class ConvolutionMethodHint enum class OperationType { ActivationLayer, + ArithmeticAddition, BatchNormalizationLayer, ConvolutionLayer, DepthConvertLayer, -- cgit v1.2.1