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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index f02fa7df3f..662a7404ef 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -71,6 +71,20 @@ enum class ConvolutionMethodHint
DIRECT /**< Direct convolution */
};
+/** Supported layer operations */
+enum class OperationType
+{
+ ActivationLayer,
+ BatchNormalizationLayer,
+ ConvolutionLayer,
+ FloorLayer,
+ FullyConnectedLayer,
+ L2NormalizeLayer,
+ NormalizationLayer,
+ PoolingLayer,
+ SoftmaxLayer
+};
+
/** Branch layer merging method */
enum class BranchMergeMethod
{