aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/mutators/GroupedConvolutionMutator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/mutators/GroupedConvolutionMutator.h')
-rw-r--r--arm_compute/graph/mutators/GroupedConvolutionMutator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/graph/mutators/GroupedConvolutionMutator.h b/arm_compute/graph/mutators/GroupedConvolutionMutator.h
index 01c9d0ee2c..3ed8d786fc 100644
--- a/arm_compute/graph/mutators/GroupedConvolutionMutator.h
+++ b/arm_compute/graph/mutators/GroupedConvolutionMutator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -40,7 +40,7 @@ public:
// Inherited methods overridden
virtual void mutate(Graph &g) override;
MutationType type() const override;
- const char *name() override;
+ const char *name() override;
};
} // namespace graph
} // namespace arm_compute