From c2500cdb7e698a894977672e1966197d2a3c3ed5 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 24 May 2022 10:50:33 +0800 Subject: [PATCH] chore(license): apply change caused by bot forward rebase GitOrigin-RevId: 2707bc03c9428988a01a4055158a132b3ee9e265 --- .../conv_bias/int8/chanwise_direct_dot.cpp | 11 ----------- .../conv_bias/int8/chanwise_im2col_dot.cpp | 12 ------------ .../int8/direct_kernels/dot_direct_nchw_large.h | 12 ------------ .../direct_kernels/dot_direct_nchw_large_common.h | 12 ------------ .../direct_kernels/dot_direct_nchw_larget_9x9s1.cpp | 12 ------------ .../direct_kernels/dot_direct_nchw_larget_9x9s2.cpp | 13 ------------- dnn/src/fallback/conv_bias/gi/block_helper.h | 12 ------------ .../fallback/conv_bias/gi/fp32/do_conv_stride1.cpp | 12 ------------ .../fallback/conv_bias/gi/fp32/do_conv_stride2.cpp | 11 ----------- dnn/src/fallback/conv_bias/gi/fp32/helper.h | 11 ----------- dnn/src/fallback/conv_bias/gi/intrinsic_helper.h | 11 ----------- dnn/src/fallback/conv_bias/gi/postprocess_helper.h | 12 ------------ dnn/src/fallback/conv_bias/gi/utils.h | 11 ----------- dnn/src/fallback/gi_intrinsic_helper.h | 11 ----------- dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp | 12 ------------ dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h | 10 ---------- .../matrix_mul/gi/fp32/strategy_mk4_4x8.cpp | 11 ----------- dnn/src/fallback/pooling/gi/algo.cpp | 11 ----------- dnn/src/fallback/pooling/gi/algo.h | 11 ----------- .../pooling/gi/do_max_pooling_3x3_s2x2_float.cpp | 11 ----------- .../pooling/gi/do_max_pooling_3x3_s2x2_float.h | 11 ----------- .../pooling/gi/do_max_pooling_w4x4_s2x2.cpp | 11 ----------- .../fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h | 11 ----------- .../fallback/pooling/gi/kern_fp32_pooling_nchw44.h | 11 ----------- dnn/src/fallback/pooling/gi/pooling_helper.h | 12 ------------ dnn/test/fallback/gi.cpp | 11 ----------- dnn/test/fallback/pooling.cpp | 10 ---------- 27 files changed, 306 deletions(-) diff --git a/dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp b/dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp index d30dce77d..ba09071d2 100644 --- a/dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp +++ b/dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #include #include "src/arm_common/conv_bias/int8/algos.h" #include "src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h" diff --git a/dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp b/dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp index 467ff51a7..20fc107cb 100644 --- a/dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp +++ b/dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp @@ -1,15 +1,3 @@ -/** - * \file dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #include "megdnn/arch.h" #if MGB_ENABLE_DOT #include "src/arm_common/simd_macro/marm_neon.h" diff --git a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h index eee0490d4..dd8122889 100644 --- a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h +++ b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h @@ -1,15 +1,3 @@ -/** - * \file - * dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include "megdnn/arch.h" #if MGB_ENABLE_DOT diff --git a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large_common.h b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large_common.h index bb1aae195..62fe3d58c 100644 --- a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large_common.h +++ b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large_common.h @@ -1,15 +1,3 @@ -/** - * \file - * dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw44_common.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include "megdnn/arch.h" #if MGB_ENABLE_DOT diff --git a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp index dfd6a2baa..21527b10b 100644 --- a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp +++ b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp @@ -1,15 +1,3 @@ -/** - * \file - * dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #include "megdnn/arch.h" #if MGB_ENABLE_DOT #include "src/arm_common/simd_macro/marm_neon.h" diff --git a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp index e9d923789..f34013ef2 100644 --- a/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp +++ b/dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp @@ -1,16 +1,3 @@ -/** - * \file - * dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #include "megdnn/arch.h" #if MGB_ENABLE_DOT #include "src/arm_common/simd_macro/marm_neon.h" diff --git a/dnn/src/fallback/conv_bias/gi/block_helper.h b/dnn/src/fallback/conv_bias/gi/block_helper.h index 3bad5cb04..664954e3b 100644 --- a/dnn/src/fallback/conv_bias/gi/block_helper.h +++ b/dnn/src/fallback/conv_bias/gi/block_helper.h @@ -1,15 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/block_helper.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #include "src/common/utils.h" namespace megdnn { namespace { diff --git a/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp b/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp index 03ee501ed..e7a865d1e 100644 --- a/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp +++ b/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp @@ -1,15 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #include #include "src/fallback/conv_bias/gi/fp32/do_conv_stride1.h" diff --git a/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp b/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp index c109e181e..bbac1bf08 100644 --- a/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp +++ b/dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #include #include "./do_conv_stride2.h" diff --git a/dnn/src/fallback/conv_bias/gi/fp32/helper.h b/dnn/src/fallback/conv_bias/gi/fp32/helper.h index ebab04f28..4a93fb673 100644 --- a/dnn/src/fallback/conv_bias/gi/fp32/helper.h +++ b/dnn/src/fallback/conv_bias/gi/fp32/helper.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/fp32/helper.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #pragma once #include "src/common/unroll_macro.h" #include "src/fallback/general_intrinsic/gi_float.h" diff --git a/dnn/src/fallback/conv_bias/gi/intrinsic_helper.h b/dnn/src/fallback/conv_bias/gi/intrinsic_helper.h index 0b1e9e831..dae8bfaf7 100644 --- a/dnn/src/fallback/conv_bias/gi/intrinsic_helper.h +++ b/dnn/src/fallback/conv_bias/gi/intrinsic_helper.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/intrinsic_helper.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include "src/common/unroll_macro.h" #include "src/fallback/conv_bias/common.h" diff --git a/dnn/src/fallback/conv_bias/gi/postprocess_helper.h b/dnn/src/fallback/conv_bias/gi/postprocess_helper.h index 645adb277..cbc91ea53 100644 --- a/dnn/src/fallback/conv_bias/gi/postprocess_helper.h +++ b/dnn/src/fallback/conv_bias/gi/postprocess_helper.h @@ -1,15 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/postprocess_helper.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #pragma once #include "megdnn/basic_types.h" diff --git a/dnn/src/fallback/conv_bias/gi/utils.h b/dnn/src/fallback/conv_bias/gi/utils.h index b2f6503b5..693c07903 100644 --- a/dnn/src/fallback/conv_bias/gi/utils.h +++ b/dnn/src/fallback/conv_bias/gi/utils.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/conv_bias/gi/utils.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #pragma once #include diff --git a/dnn/src/fallback/gi_intrinsic_helper.h b/dnn/src/fallback/gi_intrinsic_helper.h index 2b97a283f..c060d48c4 100644 --- a/dnn/src/fallback/gi_intrinsic_helper.h +++ b/dnn/src/fallback/gi_intrinsic_helper.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/gi_intrinsic_helper.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include "src/common/unroll_macro.h" #include "src/fallback/general_intrinsic/gi_float.h" diff --git a/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp b/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp index 098da14c4..317091d4a 100644 --- a/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp +++ b/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp @@ -1,15 +1,3 @@ -/** - * \file dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #include "src/fallback/matrix_mul/gi/fp32/exec_sgemv.h" #include "include/megdnn/oprs.h" #include "src/common/unroll_macro.h" diff --git a/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h b/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h index 90f60829a..9c0b5193c 100644 --- a/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h +++ b/dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h @@ -1,13 +1,3 @@ -/** - * \file dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ #pragma once #include diff --git a/dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp b/dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp index d7e91da5a..2ee011a6f 100644 --- a/dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp +++ b/dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #include "src/common/utils.h" #include "src/fallback/general_intrinsic/gi_float.h" #include "src/fallback/matrix_mul/generic_strategy.h" diff --git a/dnn/src/fallback/pooling/gi/algo.cpp b/dnn/src/fallback/pooling/gi/algo.cpp index ef93838c3..c45202f78 100644 --- a/dnn/src/fallback/pooling/gi/algo.cpp +++ b/dnn/src/fallback/pooling/gi/algo.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/algo.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #include "algo.h" #include "do_max_pooling_w4x4_s2x2.h" #include "megdnn/opr_param_defs.h" diff --git a/dnn/src/fallback/pooling/gi/algo.h b/dnn/src/fallback/pooling/gi/algo.h index d7dd448ef..c774f8bed 100644 --- a/dnn/src/fallback/pooling/gi/algo.h +++ b/dnn/src/fallback/pooling/gi/algo.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/algo.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include "src/common/utils.h" #include "src/fallback/pooling/opr_impl.h" diff --git a/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp b/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp index f4663cc08..5c3b666a2 100644 --- a/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp +++ b/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #include "src/common/utils.h" #include diff --git a/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h b/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h index 8ac5719a8..5a0a02d11 100644 --- a/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h +++ b/dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #include "src/common/utils.h" #include "megdnn/arch.h" diff --git a/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp b/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp index 1401533b1..7e20898ae 100644 --- a/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp +++ b/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #include "do_max_pooling_w4x4_s2x2.h" #include "pooling_helper.h" diff --git a/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h b/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h index 83266461f..3294ed942 100644 --- a/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h +++ b/dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include "src/fallback/pooling/opr_impl.h" diff --git a/dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h b/dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h index 742148da0..4bf4d5162 100644 --- a/dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h +++ b/dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h @@ -1,14 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ #pragma once #include #include "megdnn/opr_param_defs.h" diff --git a/dnn/src/fallback/pooling/gi/pooling_helper.h b/dnn/src/fallback/pooling/gi/pooling_helper.h index 0be6942dc..3bece7055 100644 --- a/dnn/src/fallback/pooling/gi/pooling_helper.h +++ b/dnn/src/fallback/pooling/gi/pooling_helper.h @@ -1,15 +1,3 @@ -/** - * \file dnn/src/fallback/pooling/gi/pooling_helper.h - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - */ - #include "do_max_pooling_3x3_s2x2_float.h" #include "megdnn/dtype.h" #include "src/common/unroll_macro.h" diff --git a/dnn/test/fallback/gi.cpp b/dnn/test/fallback/gi.cpp index 5dd97bf4f..3dd1ed25f 100644 --- a/dnn/test/fallback/gi.cpp +++ b/dnn/test/fallback/gi.cpp @@ -1,14 +1,3 @@ -/** - * \file dnn/test/fallback/gi.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ - #include #include "test/fallback/fixture.h" diff --git a/dnn/test/fallback/pooling.cpp b/dnn/test/fallback/pooling.cpp index e4b213ba4..4dcc178a1 100644 --- a/dnn/test/fallback/pooling.cpp +++ b/dnn/test/fallback/pooling.cpp @@ -1,13 +1,3 @@ -/** - * \file dnn/test/fallback/pooling.cpp - * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") - * - * Copyright (c) 2014-2022 Megvii Inc. All rights reserved. - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - */ #include "test/fallback/fixture.h" #include "test/common/benchmarker.h" -- GitLab