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 d30dce77..ba09071d 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 467ff51a..20fc107c 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 eee0490d..dd812288 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 bb1aae19..62fe3d58 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 dfd6a2ba..21527b10 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 e9d92378..f34013ef 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 3bad5cb0..664954e3 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 03ee501e..e7a865d1 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 c109e181..bbac1bf0 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 ebab04f2..4a93fb67 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 0b1e9e83..dae8bfaf 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 645adb27..cbc91ea5 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 b2f6503b..693c0790 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 2b97a283..c060d48c 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 098da14c..317091d4 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 90f60829..9c0b5193 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 d7e91da5..2ee011a6 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 ef93838c..c45202f7 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 d7dd448e..c774f8be 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 f4663cc0..5c3b666a 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 8ac5719a..5a0a02d1 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 1401533b..7e20898a 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 83266461..3294ed94 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 742148da..4bf4d516 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 0be6942d..3bece705 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 5dd97bf4..3dd1ed25 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 e4b213ba..4dcc178a 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"