aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/mutators/GraphMutators.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/mutators/GraphMutators.h')
-rw-r--r--arm_compute/graph/mutators/GraphMutators.h2
1 files changed, 2 insertions, 0 deletions
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"