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/NodesFwd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/graph2/nodes/NodesFwd.h') diff --git a/arm_compute/graph2/nodes/NodesFwd.h b/arm_compute/graph2/nodes/NodesFwd.h index 03ca65e056..08f2454cde 100644 --- a/arm_compute/graph2/nodes/NodesFwd.h +++ b/arm_compute/graph2/nodes/NodesFwd.h @@ -45,6 +45,7 @@ class OutputNode; class PoolingLayerNode; class ReshapeLayerNode; class SoftmaxLayerNode; +class SplitLayerNode; } // namespace graph2 } // namespace arm_compute #endif /* __ARM_COMPUTE_GRAPH2_NODES_FWD_H__ */ -- cgit v1.2.1