From 2a2db590fd179dcb8e1a575293cd2b887e2dc246 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 15 Aug 2018 12:14:46 +0100 Subject: COMPMID-1505: Add native grouping support at graph level Change-Id: Iedc91b0aee743b59af5140c8acb8124548da3163 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144362 Tested-by: Jenkins Reviewed-by: Giorgio Arena Reviewed-by: Michele DiGiorgio --- arm_compute/graph/mutators/GraphMutators.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/graph/mutators/GraphMutators.h') diff --git a/arm_compute/graph/mutators/GraphMutators.h b/arm_compute/graph/mutators/GraphMutators.h index a91bc91a12..67c4d7a2ee 100644 --- a/arm_compute/graph/mutators/GraphMutators.h +++ b/arm_compute/graph/mutators/GraphMutators.h @@ -25,7 +25,9 @@ #define __ARM_COMPUTE_GRAPH_GRAPH_MUTATORS_H__ #include "arm_compute/graph/mutators/DepthConcatSubTensorMutator.h" +#include "arm_compute/graph/mutators/GroupedConvolutionMutator.h" #include "arm_compute/graph/mutators/InPlaceOperationMutator.h" +#include "arm_compute/graph/mutators/NodeExecutionMethodMutator.h" #include "arm_compute/graph/mutators/NodeFusionMutator.h" #include "arm_compute/graph/mutators/SplitLayerSubTensorMutator.h" -- cgit v1.2.1