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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index 662a7404ef..b3aa034477 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -55,6 +55,7 @@ using arm_compute::TensorShape;
using arm_compute::WeightsInfo;
using arm_compute::logging::LogLevel;
+using arm_compute::ConvertPolicy;
/**< Execution hint to the graph executor */
enum class TargetHint
@@ -77,11 +78,16 @@ enum class OperationType
ActivationLayer,
BatchNormalizationLayer,
ConvolutionLayer,
+ DepthConvertLayer,
+ DequantizationLayer,
+ FlattenLayer,
FloorLayer,
FullyConnectedLayer,
L2NormalizeLayer,
NormalizationLayer,
PoolingLayer,
+ QuantizationLayer,
+ ReshapeLayer,
SoftmaxLayer
};