aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/mutators/DepthConcatSubTensorMutator.h')
-rw-r--r--arm_compute/graph/mutators/DepthConcatSubTensorMutator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h b/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h
index 11fc82ffa1..14a427ba7c 100644
--- a/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h
+++ b/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h
@@ -39,6 +39,7 @@ class DepthConcatSubTensorMutator final : public IGraphMutator
public:
// Inherited methods overridden
virtual void mutate(Graph &g) override;
+ MutationType type() const override;
const char *name() override;
};
} // namespace graph