From 27c9efb922832e5e6785a492e84a46934d9a47f8 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 9 Oct 2017 15:46:30 +0100 Subject: COMPMID-554 Add Nodes - BatchNormalization - DepthConvert - Dequantization - Flatten - Quantization - Reshape Change-Id: Ie01a04b7a6cc8e2b5481cf2345268e6871580d7f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91618 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/graph/Types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arm_compute/graph/Types.h') 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 }; -- cgit v1.2.1