aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2017-10-09 15:46:30 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit27c9efb922832e5e6785a492e84a46934d9a47f8 (patch)
tree031e45ce8229c4801a8f8263a258cecbb2403763 /arm_compute/graph/Types.h
parent63e5041e6ea0f7fb57a1cc349f1325785fa800fa (diff)
downloadComputeLibrary-27c9efb922832e5e6785a492e84a46934d9a47f8.tar.gz
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 <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
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
};