From 7ef90180584d2994ae43f222818e2bbd5288ffa4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 5 Feb 2018 19:58:15 +0000 Subject: COMPMID-765: Add Winograd Convolution Hint for NEON Convolution Change-Id: I6ca59689df2b196de4960a62216c37780a04684e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118959 Reviewed-by: Pablo Tello Reviewed-by: Gian Marco Iodice Tested-by: Jenkins --- arm_compute/graph/Types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arm_compute/graph') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index a5d6ae8459..db5bbb8604 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -83,8 +83,9 @@ enum class TargetHint /** Convolution method hint to the graph executor */ enum class ConvolutionMethodHint { - GEMM, /**< Convolution using GEMM */ - DIRECT /**< Direct convolution */ + GEMM, /**< Convolution using GEMM */ + DIRECT, /**< Direct convolution */ + WINOGRAD /**< Winograd convolution */ }; /** Supported layer operations */ -- cgit v1.2.1