aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Nodes.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
commita4a96015a6c7d92bed08f82db9b36e1d34f9386d (patch)
tree45d4983ed404240f4df799f08bbec06137d7bb65 /arm_compute/graph/Nodes.h
parent04065bebf72310a3fa3eb2198e61c88aa87faf0d (diff)
downloadComputeLibrary-a4a96015a6c7d92bed08f82db9b36e1d34f9386d.tar.gz
COMPMID-554 Add Nodes
- BatchNormalization - L2Normalize - Floor Change-Id: I03e06dea30e956f56a86f9c5642cd609c6696ad2 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91364 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/graph/Nodes.h')
-rw-r--r--arm_compute/graph/Nodes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/graph/Nodes.h b/arm_compute/graph/Nodes.h
index b879aa1d09..548deabeb6 100644
--- a/arm_compute/graph/Nodes.h
+++ b/arm_compute/graph/Nodes.h
@@ -25,8 +25,11 @@
#define __ARM_COMPUTE_GRAPH_NODES_H__
#include "arm_compute/graph/nodes/ActivationLayer.h"
+#include "arm_compute/graph/nodes/BatchNormalizationLayer.h"
#include "arm_compute/graph/nodes/ConvolutionLayer.h"
+#include "arm_compute/graph/nodes/FloorLayer.h"
#include "arm_compute/graph/nodes/FullyConnectedLayer.h"
+#include "arm_compute/graph/nodes/L2NormalizeLayer.h"
#include "arm_compute/graph/nodes/NormalizationLayer.h"
#include "arm_compute/graph/nodes/PoolingLayer.h"
#include "arm_compute/graph/nodes/SoftmaxLayer.h"