From ee33ea5a6e1aa0faac1cc8b5a269bd4f89854821 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 8 Mar 2018 16:01:29 +0000 Subject: COMPMID-996: Add support for grouped convolution. Change-Id: I279e29ce20b3dde57445264dc11491f127b44d70 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/124429 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- arm_compute/graph2/nodes/Nodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/graph2/nodes/Nodes.h') diff --git a/arm_compute/graph2/nodes/Nodes.h b/arm_compute/graph2/nodes/Nodes.h index 8201361304..3786978661 100644 --- a/arm_compute/graph2/nodes/Nodes.h +++ b/arm_compute/graph2/nodes/Nodes.h @@ -39,5 +39,6 @@ #include "arm_compute/graph2/nodes/PoolingLayerNode.h" #include "arm_compute/graph2/nodes/ReshapeLayerNode.h" #include "arm_compute/graph2/nodes/SoftmaxLayerNode.h" +#include "arm_compute/graph2/nodes/SplitLayerNode.h" #endif /* __ARM_COMPUTE_GRAPH2_NODES_H__ */ -- cgit v1.2.1