aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h5
1 files changed, 3 insertions, 2 deletions
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 */