From a4a96015a6c7d92bed08f82db9b36e1d34f9386d 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 - L2Normalize - Floor Change-Id: I03e06dea30e956f56a86f9c5642cd609c6696ad2 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91364 Tested-by: Kaizen Reviewed-by: Georgios Pinitas --- arm_compute/graph/Nodes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm_compute/graph/Nodes.h') 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" -- cgit v1.2.1