aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 9641089e7b..d7b47ac512 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -139,6 +139,13 @@ enum class ConvolutionMethod
FFT /**< Convolution using FFT */
};
+/** Available DepthwiseConvolutionFunction*/
+enum class DepthwiseConvolutionFunction
+{
+ OPTIMIZED, /**< Optimized Depthwise Convolution */
+ GENERIC, /**< Generic Depthwise Convolution */
+};
+
/** Available DeconvolutionMethod*/
enum class DeconvolutionMethod
{