From bb1ab0505452691d0e536921cd4c4e2ce32e40ed Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Fri, 23 Dec 2022 14:48:33 +0000 Subject: Fix company name on copyright notice Signed-off-by: Viet-Hoa Do Change-Id: I85731bb688864a29b95adc729083e0c8e2ab61f8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8885 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- .../kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp | 2 +- .../kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp | 2 +- .../kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp | 2 +- .../kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp | 2 +- .../kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp | 2 +- .../kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/NEON/kernels/convolution/winograd/output_transforms') diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp index 1fb1189aa5..a2b7e9d3d4 100644 --- a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp +++ b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ARM Limited. + * Copyright (c) 2022 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp index 40fef1188b..13d42bab59 100644 --- a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp +++ b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ARM Limited. + * Copyright (c) 2022 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp index 8203b579cb..47cb50dddb 100644 --- a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp +++ b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ARM Limited. + * Copyright (c) 2022 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp index c13a826b4c..7f6b838ed8 100644 --- a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp +++ b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ARM Limited. + * Copyright (c) 2022 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp index 256d049032..0dc4851084 100644 --- a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp +++ b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ARM Limited. + * Copyright (c) 2022 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp index c35da54eb6..a26fbfbf5a 100644 --- a/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp +++ b/src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ARM Limited. + * Copyright (c) 2022 Arm Limited. * * SPDX-License-Identifier: MIT * -- cgit v1.2.1