diff --git a/3rdparty/mshadow/mshadow-ps/mshadow_ps.h b/3rdparty/mshadow/mshadow-ps/mshadow_ps.h index f2280788c3a3..779d100336ba 100644 --- a/3rdparty/mshadow/mshadow-ps/mshadow_ps.h +++ b/3rdparty/mshadow/mshadow-ps/mshadow_ps.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file mshadow_ps.h * \brief parameter server abstraction for mshadow tensor * this is a plugin of mshadow that can be used to syncrhonize diff --git a/3rdparty/mshadow/mshadow-ps/ps_dist-inl.h b/3rdparty/mshadow/mshadow-ps/ps_dist-inl.h index dc76155996a3..58dd85f8d670 100644 --- a/3rdparty/mshadow/mshadow-ps/ps_dist-inl.h +++ b/3rdparty/mshadow/mshadow-ps/ps_dist-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file ps_dist-inl.h * \brief distributed version of PS * diff --git a/3rdparty/mshadow/mshadow-ps/ps_local-inl.h b/3rdparty/mshadow/mshadow-ps/ps_local-inl.h index d78155ea794c..de437f9a8518 100644 --- a/3rdparty/mshadow/mshadow-ps/ps_local-inl.h +++ b/3rdparty/mshadow/mshadow-ps/ps_local-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file ps_local-inl.h * \brief local multi-threading implementation of PS abstraction * diff --git a/3rdparty/mshadow/mshadow-ps/ps_rabit-inl.h b/3rdparty/mshadow/mshadow-ps/ps_rabit-inl.h index 69722fc9c67a..038873b0fe7f 100644 --- a/3rdparty/mshadow/mshadow-ps/ps_rabit-inl.h +++ b/3rdparty/mshadow/mshadow-ps/ps_rabit-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file ps_rabit-inl.h * \brief distributed version of PS using BSP * synchronization in the backend diff --git a/3rdparty/mshadow/mshadow-ps/thread.h b/3rdparty/mshadow/mshadow-ps/thread.h index dd176c9b8968..dd7d8b5466da 100644 --- a/3rdparty/mshadow/mshadow-ps/thread.h +++ b/3rdparty/mshadow/mshadow-ps/thread.h @@ -18,7 +18,6 @@ */ /*! - * Copyright by Contributors * \file thread.h * \brief this header include the minimum necessary resource * for multi-threading that can be compiled in windows, linux, mac diff --git a/3rdparty/mshadow/mshadow-ps/thread_util.h b/3rdparty/mshadow/mshadow-ps/thread_util.h index 4665536597ec..953a2af963db 100644 --- a/3rdparty/mshadow/mshadow-ps/thread_util.h +++ b/3rdparty/mshadow/mshadow-ps/thread_util.h @@ -18,7 +18,6 @@ */ /*! - * Copyright by Contributors * \file thread_util.h * \brief data structures for multi-threading communication * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/base.h b/3rdparty/mshadow/mshadow/base.h index 28843ecbbc66..e0185516d015 100644 --- a/3rdparty/mshadow/mshadow/base.h +++ b/3rdparty/mshadow/mshadow/base.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file base.h * \brief definitions of base types, operators, macros functions * diff --git a/3rdparty/mshadow/mshadow/bfloat.h b/3rdparty/mshadow/mshadow/bfloat.h index 2c0eededa569..94bbb4acf555 100644 --- a/3rdparty/mshadow/mshadow/bfloat.h +++ b/3rdparty/mshadow/mshadow/bfloat.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file bfloat.h * \brief definition of bfloat type. * diff --git a/3rdparty/mshadow/mshadow/cuda/reduce.cuh b/3rdparty/mshadow/mshadow/cuda/reduce.cuh index b3d9c163bc00..6c7581d7e139 100644 --- a/3rdparty/mshadow/mshadow/cuda/reduce.cuh +++ b/3rdparty/mshadow/mshadow/cuda/reduce.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file reduce.cuh * \brief helper functions to do reduction * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh b/3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh index a00aade96835..615c6e9313af 100644 --- a/3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh +++ b/3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file tensor_gpu-inl.cuh * \brief implementation of GPU code using CUDA * \author Bing Xu, Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/dot_engine-inl.h b/3rdparty/mshadow/mshadow/dot_engine-inl.h index 1adfdf600326..15bf13d78e50 100644 --- a/3rdparty/mshadow/mshadow/dot_engine-inl.h +++ b/3rdparty/mshadow/mshadow/dot_engine-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file dot_engine-inl.h * \brief definitions of how Matrix Multiplications can be evaluated * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/expr_engine-inl.h b/3rdparty/mshadow/mshadow/expr_engine-inl.h index a1b70acc1e28..bb6b8165e487 100644 --- a/3rdparty/mshadow/mshadow/expr_engine-inl.h +++ b/3rdparty/mshadow/mshadow/expr_engine-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file expr_engine-inl.h * \brief definitions of how expressions should be evaluated * \author Tianqi Chen, Bing Xu diff --git a/3rdparty/mshadow/mshadow/expr_scalar-inl.h b/3rdparty/mshadow/mshadow/expr_scalar-inl.h index 64d39f6bba23..befdfe2e294d 100644 --- a/3rdparty/mshadow/mshadow/expr_scalar-inl.h +++ b/3rdparty/mshadow/mshadow/expr_scalar-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file expr_scalar-inl.h * \brief definitions of operators in expression with respect to scalar * this file will be included several times, each time with MACRO MSHADOW_SCALAR_ to be different types diff --git a/3rdparty/mshadow/mshadow/expression.h b/3rdparty/mshadow/mshadow/expression.h index 6e5cca8bc7e3..c4171e9f60cc 100644 --- a/3rdparty/mshadow/mshadow/expression.h +++ b/3rdparty/mshadow/mshadow/expression.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file expression.h * \brief definitions of abstract expressions and expressions template * \author Tianqi Chen, Bing Xu diff --git a/3rdparty/mshadow/mshadow/extension.h b/3rdparty/mshadow/mshadow/extension.h index d12a85e2d576..5930b74422d0 100644 --- a/3rdparty/mshadow/mshadow/extension.h +++ b/3rdparty/mshadow/mshadow/extension.h @@ -18,7 +18,6 @@ */ /*! - * Copyright by Contributors * \file extension.h * \brief some extension of expressions, * used to support something beyond elementwise op diff --git a/3rdparty/mshadow/mshadow/extension/broadcast.h b/3rdparty/mshadow/mshadow/extension/broadcast.h index 88ffcf243460..242eaae16b35 100644 --- a/3rdparty/mshadow/mshadow/extension/broadcast.h +++ b/3rdparty/mshadow/mshadow/extension/broadcast.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file broadcast.h * \brief support for broadcast and repmat * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/broadcast_with_axis.h b/3rdparty/mshadow/mshadow/extension/broadcast_with_axis.h index 1fc348c875ca..00cfb5a9f08c 100644 --- a/3rdparty/mshadow/mshadow/extension/broadcast_with_axis.h +++ b/3rdparty/mshadow/mshadow/extension/broadcast_with_axis.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_with_axis.h * \brief * \author Junyuan Xie, Xingjian Shi diff --git a/3rdparty/mshadow/mshadow/extension/channel_pool.h b/3rdparty/mshadow/mshadow/extension/channel_pool.h index f796e950a7fc..b00012d4c33a 100644 --- a/3rdparty/mshadow/mshadow/extension/channel_pool.h +++ b/3rdparty/mshadow/mshadow/extension/channel_pool.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file channel_pool.h * \brief support for chpool * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/channel_unpool.h b/3rdparty/mshadow/mshadow/extension/channel_unpool.h index 48f5cc4072cc..89d9e922faff 100644 --- a/3rdparty/mshadow/mshadow/extension/channel_unpool.h +++ b/3rdparty/mshadow/mshadow/extension/channel_unpool.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file channel_pool.h * \brief support for chpool * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/choose.h b/3rdparty/mshadow/mshadow/extension/choose.h index e0fcda1c12e9..54ddeeee9148 100644 --- a/3rdparty/mshadow/mshadow/extension/choose.h +++ b/3rdparty/mshadow/mshadow/extension/choose.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file choose.h * \brief support for implicit array selection operation * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/complex.h b/3rdparty/mshadow/mshadow/extension/complex.h index c2eea8a1043c..3c1fba3362ab 100644 --- a/3rdparty/mshadow/mshadow/extension/complex.h +++ b/3rdparty/mshadow/mshadow/extension/complex.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file complex.h * \brief support for complex operations * \author Xingjian Shi diff --git a/3rdparty/mshadow/mshadow/extension/concat.h b/3rdparty/mshadow/mshadow/extension/concat.h index 387d38ede404..ddbde646e1ca 100644 --- a/3rdparty/mshadow/mshadow/extension/concat.h +++ b/3rdparty/mshadow/mshadow/extension/concat.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file concat.h * \brief support for concatenation */ diff --git a/3rdparty/mshadow/mshadow/extension/crop.h b/3rdparty/mshadow/mshadow/extension/crop.h index 5c53d7a41e9d..a6d777a9ddc4 100644 --- a/3rdparty/mshadow/mshadow/extension/crop.h +++ b/3rdparty/mshadow/mshadow/extension/crop.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file crop.h * \brief support for crop * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/fill.h b/3rdparty/mshadow/mshadow/extension/fill.h index a63b1c44472a..8ac48b87106f 100644 --- a/3rdparty/mshadow/mshadow/extension/fill.h +++ b/3rdparty/mshadow/mshadow/extension/fill.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file fill.h * \brief support for implicit array filling operation * \author Xingjian Shi diff --git a/3rdparty/mshadow/mshadow/extension/flip.h b/3rdparty/mshadow/mshadow/extension/flip.h index b6f400a231dc..3ab0cc1512f2 100644 --- a/3rdparty/mshadow/mshadow/extension/flip.h +++ b/3rdparty/mshadow/mshadow/extension/flip.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file flip.h * \brief support for flip a certain dimension. * \author Junyuan Xie diff --git a/3rdparty/mshadow/mshadow/extension/implicit_gemm.h b/3rdparty/mshadow/mshadow/extension/implicit_gemm.h index 27e993f3c34c..654912303bdd 100644 --- a/3rdparty/mshadow/mshadow/extension/implicit_gemm.h +++ b/3rdparty/mshadow/mshadow/extension/implicit_gemm.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file implicit_gemm.h * \brief support for implicit GEMM operation * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/mask.h b/3rdparty/mshadow/mshadow/extension/mask.h index 0662d96b49f6..273a0a372175 100644 --- a/3rdparty/mshadow/mshadow/extension/mask.h +++ b/3rdparty/mshadow/mshadow/extension/mask.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file mask.h * \brief * \author Bing Xu diff --git a/3rdparty/mshadow/mshadow/extension/mirror.h b/3rdparty/mshadow/mshadow/extension/mirror.h index af3595010832..d136d9d32f1a 100644 --- a/3rdparty/mshadow/mshadow/extension/mirror.h +++ b/3rdparty/mshadow/mshadow/extension/mirror.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file mirror.h * \brief support for mirror * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/one_hot.h b/3rdparty/mshadow/mshadow/extension/one_hot.h index 3432918736c2..a29e838ed006 100644 --- a/3rdparty/mshadow/mshadow/extension/one_hot.h +++ b/3rdparty/mshadow/mshadow/extension/one_hot.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file one_hot.h * \brief Create one-hot indicator array based on the index. * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/pack_col2patch.h b/3rdparty/mshadow/mshadow/extension/pack_col2patch.h index 9887c13c3042..5bad67a46185 100644 --- a/3rdparty/mshadow/mshadow/extension/pack_col2patch.h +++ b/3rdparty/mshadow/mshadow/extension/pack_col2patch.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file pack_col2patch.h * \brief support for pack * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/pad.h b/3rdparty/mshadow/mshadow/extension/pad.h index eb0464259ac3..9070b7013552 100644 --- a/3rdparty/mshadow/mshadow/extension/pad.h +++ b/3rdparty/mshadow/mshadow/extension/pad.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file pad.h * \brief support for pad * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/range.h b/3rdparty/mshadow/mshadow/extension/range.h index 21bcb89a3ab5..a15bb8f95536 100644 --- a/3rdparty/mshadow/mshadow/extension/range.h +++ b/3rdparty/mshadow/mshadow/extension/range.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file range.h * \brief support generating a range vector * \author Xingjian Shi diff --git a/3rdparty/mshadow/mshadow/extension/reduce_with_axis.h b/3rdparty/mshadow/mshadow/extension/reduce_with_axis.h index abd20d593e73..01e880d189d6 100644 --- a/3rdparty/mshadow/mshadow/extension/reduce_with_axis.h +++ b/3rdparty/mshadow/mshadow/extension/reduce_with_axis.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file reduce_with_axis.h * \brief * \author Junyuan Xie diff --git a/3rdparty/mshadow/mshadow/extension/reduceto1d.h b/3rdparty/mshadow/mshadow/extension/reduceto1d.h index 825efd742875..bb7998f97e67 100644 --- a/3rdparty/mshadow/mshadow/extension/reduceto1d.h +++ b/3rdparty/mshadow/mshadow/extension/reduceto1d.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file reduceto1d.h * \brief support for sum_rows and sumall_except_dim * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/reshape.h b/3rdparty/mshadow/mshadow/extension/reshape.h index 0578084f0936..3f669bd7e6b5 100644 --- a/3rdparty/mshadow/mshadow/extension/reshape.h +++ b/3rdparty/mshadow/mshadow/extension/reshape.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file reshape.h * \brief support for reshape * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/slice.h b/3rdparty/mshadow/mshadow/extension/slice.h index 038818f03c3e..819af5ea6b2b 100644 --- a/3rdparty/mshadow/mshadow/extension/slice.h +++ b/3rdparty/mshadow/mshadow/extension/slice.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file slice.h * \brief support for slice a certain dimension. */ diff --git a/3rdparty/mshadow/mshadow/extension/slice_ex.h b/3rdparty/mshadow/mshadow/extension/slice_ex.h index 2789503ff57a..ac39f5e818f9 100644 --- a/3rdparty/mshadow/mshadow/extension/slice_ex.h +++ b/3rdparty/mshadow/mshadow/extension/slice_ex.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file slice.h * \brief support for slice a certain dimension. */ diff --git a/3rdparty/mshadow/mshadow/extension/spatial_pool.h b/3rdparty/mshadow/mshadow/extension/spatial_pool.h index ecb400b11517..67bf325ede62 100644 --- a/3rdparty/mshadow/mshadow/extension/spatial_pool.h +++ b/3rdparty/mshadow/mshadow/extension/spatial_pool.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file spatial_pool.h * \brief support for spatial pooling * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/spatial_unpool.h b/3rdparty/mshadow/mshadow/extension/spatial_unpool.h index 58b21a7cfb70..96cc24562f46 100644 --- a/3rdparty/mshadow/mshadow/extension/spatial_unpool.h +++ b/3rdparty/mshadow/mshadow/extension/spatial_unpool.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file spatial_unpool.h * \brief support for unpool * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/spatial_upsampling_nearest.h b/3rdparty/mshadow/mshadow/extension/spatial_upsampling_nearest.h index 97f0870a7c39..a9ecad48651d 100644 --- a/3rdparty/mshadow/mshadow/extension/spatial_upsampling_nearest.h +++ b/3rdparty/mshadow/mshadow/extension/spatial_upsampling_nearest.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file spatial_upsampling.h * \brief * \author Bing Xu diff --git a/3rdparty/mshadow/mshadow/extension/swapaxis.h b/3rdparty/mshadow/mshadow/extension/swapaxis.h index a4407a0caca4..df3d0ccfe10e 100644 --- a/3rdparty/mshadow/mshadow/extension/swapaxis.h +++ b/3rdparty/mshadow/mshadow/extension/swapaxis.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file swapaxis.h * \brief support for swapaxis * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/extension/take.h b/3rdparty/mshadow/mshadow/extension/take.h index b14029c76441..f3319bd5b552 100644 --- a/3rdparty/mshadow/mshadow/extension/take.h +++ b/3rdparty/mshadow/mshadow/extension/take.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file take.h * \brief * \author Bing Xu diff --git a/3rdparty/mshadow/mshadow/extension/take_grad.h b/3rdparty/mshadow/mshadow/extension/take_grad.h index f749e43e4cc6..bf76684ef46a 100644 --- a/3rdparty/mshadow/mshadow/extension/take_grad.h +++ b/3rdparty/mshadow/mshadow/extension/take_grad.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file take_grad.h * \brief * \author Bing Xu diff --git a/3rdparty/mshadow/mshadow/extension/transpose.h b/3rdparty/mshadow/mshadow/extension/transpose.h index 1834b457d876..58e87d15b2e4 100644 --- a/3rdparty/mshadow/mshadow/extension/transpose.h +++ b/3rdparty/mshadow/mshadow/extension/transpose.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file transpose.h * \brief support for transpose * \author Junyuan Xie diff --git a/3rdparty/mshadow/mshadow/extension/unpack_patch2col.h b/3rdparty/mshadow/mshadow/extension/unpack_patch2col.h index 621f8807975a..c48507e0a71d 100644 --- a/3rdparty/mshadow/mshadow/extension/unpack_patch2col.h +++ b/3rdparty/mshadow/mshadow/extension/unpack_patch2col.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file unpack_patch2col.h * \brief support for unpack * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/half.h b/3rdparty/mshadow/mshadow/half.h index a43552d46966..04a7ced1b2c8 100644 --- a/3rdparty/mshadow/mshadow/half.h +++ b/3rdparty/mshadow/mshadow/half.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file half.h * \brief definition of half (float16) type. * diff --git a/3rdparty/mshadow/mshadow/io.h b/3rdparty/mshadow/mshadow/io.h index 073c49442708..363070758fce 100644 --- a/3rdparty/mshadow/mshadow/io.h +++ b/3rdparty/mshadow/mshadow/io.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file io.h * \brief definitions of I/O functions for mshadow tensor * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/logging.h b/3rdparty/mshadow/mshadow/logging.h index b639308f1c72..3329e9e12ca7 100644 --- a/3rdparty/mshadow/mshadow/logging.h +++ b/3rdparty/mshadow/mshadow/logging.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file logging.h * \brief defines logging macros of dmlc * allows use of GLOG, fall back to internal diff --git a/3rdparty/mshadow/mshadow/packet-inl.h b/3rdparty/mshadow/mshadow/packet-inl.h index e517c8facf6e..4b316b49224a 100644 --- a/3rdparty/mshadow/mshadow/packet-inl.h +++ b/3rdparty/mshadow/mshadow/packet-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file packet-inl.h * \brief Generic packet vectorization code */ diff --git a/3rdparty/mshadow/mshadow/packet/plain-inl.h b/3rdparty/mshadow/mshadow/packet/plain-inl.h index ddcc4a76e185..4ef1be195f3d 100644 --- a/3rdparty/mshadow/mshadow/packet/plain-inl.h +++ b/3rdparty/mshadow/mshadow/packet/plain-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file plain-inl.h * \brief support of plain packet that use the plain datatype. */ diff --git a/3rdparty/mshadow/mshadow/packet/sse-inl.h b/3rdparty/mshadow/mshadow/packet/sse-inl.h index f104d5ed94a4..fc365807be7f 100644 --- a/3rdparty/mshadow/mshadow/packet/sse-inl.h +++ b/3rdparty/mshadow/mshadow/packet/sse-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file sse-inl.h * \brief support of sse2 packet optimization of some operations * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/random.h b/3rdparty/mshadow/mshadow/random.h index bc8c4403ed7b..66afda228a3a 100644 --- a/3rdparty/mshadow/mshadow/random.h +++ b/3rdparty/mshadow/mshadow/random.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file random.h * \brief Random inline functions for tensor. * \author Bing Xu, Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/stream_gpu-inl.h b/3rdparty/mshadow/mshadow/stream_gpu-inl.h index de2d28205044..fa37a72378a1 100644 --- a/3rdparty/mshadow/mshadow/stream_gpu-inl.h +++ b/3rdparty/mshadow/mshadow/stream_gpu-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file stream_gpu-inl.h * \brief implementation of GPU code * \author Bing Xu, Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/tensor.h b/3rdparty/mshadow/mshadow/tensor.h index 8b24d1fa6136..e417fbb04218 100644 --- a/3rdparty/mshadow/mshadow/tensor.h +++ b/3rdparty/mshadow/mshadow/tensor.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file tensor.h * \brief header file of tensor data structure and functions * This lib requires explicit memory allocation and de-allocation diff --git a/3rdparty/mshadow/mshadow/tensor_container.h b/3rdparty/mshadow/mshadow/tensor_container.h index 4717434e1de7..07a0a0af7332 100644 --- a/3rdparty/mshadow/mshadow/tensor_container.h +++ b/3rdparty/mshadow/mshadow/tensor_container.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file tensor_container.h * \brief tensor container that does memory allocation and resize like STL * \author Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/tensor_cpu-inl.h b/3rdparty/mshadow/mshadow/tensor_cpu-inl.h index 5f05f0a20225..a4b13d43570d 100644 --- a/3rdparty/mshadow/mshadow/tensor_cpu-inl.h +++ b/3rdparty/mshadow/mshadow/tensor_cpu-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file tensor_cpu-inl.h * \brief implementation of CPU host code * \author Bing Xu, Tianqi Chen diff --git a/3rdparty/mshadow/mshadow/tensor_gpu-inl.h b/3rdparty/mshadow/mshadow/tensor_gpu-inl.h index 3140259d52f0..70c345298f4f 100644 --- a/3rdparty/mshadow/mshadow/tensor_gpu-inl.h +++ b/3rdparty/mshadow/mshadow/tensor_gpu-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file tensor_gpu-inl.h * \brief implementation of GPU host code * \author Bing Xu, Tianqi Chen diff --git a/cpp-package/example/inference/multi_threaded_inference/multi_threaded_inference.cc b/cpp-package/example/inference/multi_threaded_inference/multi_threaded_inference.cc index b9d94b75a296..e3b3909a609c 100644 --- a/cpp-package/example/inference/multi_threaded_inference/multi_threaded_inference.cc +++ b/cpp-package/example/inference/multi_threaded_inference/multi_threaded_inference.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file multi_threaded_inference.cc * \brief Multi Threaded inference example with CachedOp */ diff --git a/cpp-package/include/mxnet-cpp/MxNetCpp.h b/cpp-package/include/mxnet-cpp/MxNetCpp.h index 4e3cfe8aaafb..64d9d56807b1 100644 --- a/cpp-package/include/mxnet-cpp/MxNetCpp.h +++ b/cpp-package/include/mxnet-cpp/MxNetCpp.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file MxNetCpp.h * \brief meta include file for mxnet.cpp * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/base.h b/cpp-package/include/mxnet-cpp/base.h index d0f1bea15f00..19375c0f81e8 100644 --- a/cpp-package/include/mxnet-cpp/base.h +++ b/cpp-package/include/mxnet-cpp/base.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file base.h * \brief base definitions for mxnetcpp * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/contrib.h b/cpp-package/include/mxnet-cpp/contrib.h index 890ab2bf0062..21ca54014109 100644 --- a/cpp-package/include/mxnet-cpp/contrib.h +++ b/cpp-package/include/mxnet-cpp/contrib.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2019 by Contributors * \file contrib.h * \brief utility function to enable some contrib features * \author Haohuan Wang diff --git a/cpp-package/include/mxnet-cpp/executor.h b/cpp-package/include/mxnet-cpp/executor.h index 7bdddf1dbbad..9b413e1a60fd 100644 --- a/cpp-package/include/mxnet-cpp/executor.h +++ b/cpp-package/include/mxnet-cpp/executor.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file executor.h * \brief executor definition * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/initializer.h b/cpp-package/include/mxnet-cpp/initializer.h index 34725b9dfa81..356591f8bf8e 100644 --- a/cpp-package/include/mxnet-cpp/initializer.h +++ b/cpp-package/include/mxnet-cpp/initializer.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file initializer.h * \brief random initializer * \author Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/io.h b/cpp-package/include/mxnet-cpp/io.h index 7d2d620bd886..09fa8061fef6 100644 --- a/cpp-package/include/mxnet-cpp/io.h +++ b/cpp-package/include/mxnet-cpp/io.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file operator.h * \brief definition of io, such as DataIter * \author Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/kvstore.h b/cpp-package/include/mxnet-cpp/kvstore.h index 67f984fce0ee..0080be1e7306 100644 --- a/cpp-package/include/mxnet-cpp/kvstore.h +++ b/cpp-package/include/mxnet-cpp/kvstore.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file kvstore.h * \brief definition of kvstore * \author Chuntao Hong diff --git a/cpp-package/include/mxnet-cpp/lr_scheduler.h b/cpp-package/include/mxnet-cpp/lr_scheduler.h index cffd1c7576e5..b9381a830a88 100644 --- a/cpp-package/include/mxnet-cpp/lr_scheduler.h +++ b/cpp-package/include/mxnet-cpp/lr_scheduler.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2017 by Contributors * \file lr_scheduler.h * \brief Scheduling learning rate */ diff --git a/cpp-package/include/mxnet-cpp/metric.h b/cpp-package/include/mxnet-cpp/metric.h index d015d8b4acc9..6dbb197dae49 100644 --- a/cpp-package/include/mxnet-cpp/metric.h +++ b/cpp-package/include/mxnet-cpp/metric.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file base.h * \brief metrics defined * \author Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/model.h b/cpp-package/include/mxnet-cpp/model.h index b3a0a9dbef6e..c8af6a476a52 100644 --- a/cpp-package/include/mxnet-cpp/model.h +++ b/cpp-package/include/mxnet-cpp/model.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file model.h * \brief MXNET.cpp model module * \author Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/ndarray.h b/cpp-package/include/mxnet-cpp/ndarray.h index 0a9a41234758..793f0e87d9dd 100644 --- a/cpp-package/include/mxnet-cpp/ndarray.h +++ b/cpp-package/include/mxnet-cpp/ndarray.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file ndarray.h * \brief definition of ndarray * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/op_map.h b/cpp-package/include/mxnet-cpp/op_map.h index 17746d1fa596..b54cc0ae2c01 100644 --- a/cpp-package/include/mxnet-cpp/op_map.h +++ b/cpp-package/include/mxnet-cpp/op_map.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file op_map.h * \brief definition of OpMap * \author Chuntao Hong diff --git a/cpp-package/include/mxnet-cpp/op_suppl.h b/cpp-package/include/mxnet-cpp/op_suppl.h index 4f3011c17caa..52cdae772a68 100644 --- a/cpp-package/include/mxnet-cpp/op_suppl.h +++ b/cpp-package/include/mxnet-cpp/op_suppl.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file op_suppl.h * \brief A supplement and amendment of the operators from op.h * \author Zhang Chen, zhubuntu, Xin Li diff --git a/cpp-package/include/mxnet-cpp/op_util.h b/cpp-package/include/mxnet-cpp/op_util.h index b2b442fd8a88..20e06a851814 100644 --- a/cpp-package/include/mxnet-cpp/op_util.h +++ b/cpp-package/include/mxnet-cpp/op_util.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2017 by Contributors * \file op_util.h * \brief operator helper functions * \author Chris Olivier diff --git a/cpp-package/include/mxnet-cpp/operator.h b/cpp-package/include/mxnet-cpp/operator.h index 9f289f0e248b..e8dad12d6053 100644 --- a/cpp-package/include/mxnet-cpp/operator.h +++ b/cpp-package/include/mxnet-cpp/operator.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file operator.h * \brief definition of operator * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/optimizer.h b/cpp-package/include/mxnet-cpp/optimizer.h index ac842874fea6..118c10ae12d9 100644 --- a/cpp-package/include/mxnet-cpp/optimizer.h +++ b/cpp-package/include/mxnet-cpp/optimizer.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file optimizer.h * \brief definition of optimizer * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/shape.h b/cpp-package/include/mxnet-cpp/shape.h index b15f19ca3eb1..44a10828a366 100644 --- a/cpp-package/include/mxnet-cpp/shape.h +++ b/cpp-package/include/mxnet-cpp/shape.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file shape.h * \brief definition of shape * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/include/mxnet-cpp/symbol.h b/cpp-package/include/mxnet-cpp/symbol.h index 46fe2cbd28d0..8e94637908be 100644 --- a/cpp-package/include/mxnet-cpp/symbol.h +++ b/cpp-package/include/mxnet-cpp/symbol.h @@ -18,7 +18,6 @@ */ /*! -* Copyright (c) 2016 by Contributors * \file symbol.h * \brief definition of symbol * \author Chuntao Hong, Zhang Chen diff --git a/cpp-package/scripts/OpWrapperGenerator.py b/cpp-package/scripts/OpWrapperGenerator.py index 8e28c89aea7c..9b08e6b48704 100644 --- a/cpp-package/scripts/OpWrapperGenerator.py +++ b/cpp-package/scripts/OpWrapperGenerator.py @@ -395,7 +395,6 @@ def ParseAllOps(): try: # generate file header patternStr = ("/*!\n" - "* Copyright (c) 2016 by Contributors\n" "* \\file op.h\n" "* \\brief definition of all the operators\n" "* \\author Chuntao Hong, Xin Li\n" diff --git a/include/mxnet/base.h b/include/mxnet/base.h index e610e2c381ad..12b083c67576 100644 --- a/include/mxnet/base.h +++ b/include/mxnet/base.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file base.h * \brief configuration of MXNet as well as basic data structure. */ diff --git a/include/mxnet/c_api.h b/include/mxnet/c_api.h index 926b31e08356..6e668a48883c 100644 --- a/include/mxnet/c_api.h +++ b/include/mxnet/c_api.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file c_api.h * \brief C API of mxnet */ diff --git a/include/mxnet/c_api_error.h b/include/mxnet/c_api_error.h index 30fe255d0dfd..2aa3a23887b3 100644 --- a/include/mxnet/c_api_error.h +++ b/include/mxnet/c_api_error.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file c_api_error.h * \brief Error handling for C API. diff --git a/include/mxnet/c_api_test.h b/include/mxnet/c_api_test.h index fcfac33b2938..ab662443c29a 100644 --- a/include/mxnet/c_api_test.h +++ b/include/mxnet/c_api_test.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file c_api_test.h * \brief C API of mxnet for ease of testing backend in Python */ diff --git a/include/mxnet/engine.h b/include/mxnet/engine.h index 9d6367509f79..1a9582edd518 100644 --- a/include/mxnet/engine.h +++ b/include/mxnet/engine.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file engine.h * \brief Engine that schedules all the operations according to dependency. */ diff --git a/include/mxnet/executor.h b/include/mxnet/executor.h index 843de6d8b6e2..a432f0fc9e57 100644 --- a/include/mxnet/executor.h +++ b/include/mxnet/executor.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file executor.h * \brief Symbolic executor interface of mxnet. * \author Min Lin, Bing Xu diff --git a/include/mxnet/io.h b/include/mxnet/io.h index 4b896066642b..aebc5f663def 100644 --- a/include/mxnet/io.h +++ b/include/mxnet/io.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file io.h * \brief mxnet io data structure and data iterator */ diff --git a/include/mxnet/kvstore.h b/include/mxnet/kvstore.h index 637ea950dbc3..0907d2d04e6f 100644 --- a/include/mxnet/kvstore.h +++ b/include/mxnet/kvstore.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file kvstore.h * \brief key-value store interface for mxnet */ diff --git a/include/mxnet/lib_api.h b/include/mxnet/lib_api.h index 56cec2c74a1c..f9525a28c4d4 100644 --- a/include/mxnet/lib_api.h +++ b/include/mxnet/lib_api.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file lib_api.h * \brief APIs to interact with libraries * This API specifies function prototypes to diff --git a/include/mxnet/libinfo.h b/include/mxnet/libinfo.h index 4282e24ca24f..66511421da02 100644 --- a/include/mxnet/libinfo.h +++ b/include/mxnet/libinfo.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file libinfo.h * \author larroy * \brief get features of the MXNet library at runtime diff --git a/include/mxnet/ndarray.h b/include/mxnet/ndarray.h index f41f2d327882..25c5850fd8c9 100644 --- a/include/mxnet/ndarray.h +++ b/include/mxnet/ndarray.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file ndarray.h * \brief NDArray interface that handles array arithematics. */ diff --git a/include/mxnet/op_attr_types.h b/include/mxnet/op_attr_types.h index a0ac301b1818..4e43d87a87c8 100644 --- a/include/mxnet/op_attr_types.h +++ b/include/mxnet/op_attr_types.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file op_attr_types.h * \brief Additional operator attributes * beside the ones provided by NNVM diff --git a/include/mxnet/operator.h b/include/mxnet/operator.h index 1dc04244f673..d813c74fa9b6 100644 --- a/include/mxnet/operator.h +++ b/include/mxnet/operator.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file operator.h * \brief Operator interface of mxnet. * \author Naiyan Wang diff --git a/include/mxnet/operator_util.h b/include/mxnet/operator_util.h index 34de2066eabf..9f1ddc4570c3 100644 --- a/include/mxnet/operator_util.h +++ b/include/mxnet/operator_util.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file operator_util.h * \brief Utility functions and registries to help quickly build new operators. * [Deprecated] diff --git a/include/mxnet/random_generator.h b/include/mxnet/random_generator.h index a5a9b8e35e57..8a717451c23b 100644 --- a/include/mxnet/random_generator.h +++ b/include/mxnet/random_generator.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file random_generator.h * \brief Parallel random number generator. */ diff --git a/include/mxnet/resource.h b/include/mxnet/resource.h index c57020148d23..b98abe1c997f 100644 --- a/include/mxnet/resource.h +++ b/include/mxnet/resource.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file resource.h * \brief Global resource allocation handling. */ diff --git a/include/mxnet/storage.h b/include/mxnet/storage.h index 0e90d17d6747..a72da9e83b61 100644 --- a/include/mxnet/storage.h +++ b/include/mxnet/storage.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file storage.h * \brief Storage manager across multiple devices. */ diff --git a/include/mxnet/tensor_blob.h b/include/mxnet/tensor_blob.h index 6169672a587c..8fdc3cd6e2ac 100755 --- a/include/mxnet/tensor_blob.h +++ b/include/mxnet/tensor_blob.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2014 by Contributors * \file tensor_blob.h * \brief TBlob class that holds common representation of * arbirary dimension tensor, can be used to transformed diff --git a/include/mxnet/tuple.h b/include/mxnet/tuple.h index e1d9b66754d1..798622b6ee2a 100644 --- a/include/mxnet/tuple.h +++ b/include/mxnet/tuple.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file mxnet/tuple.h * \brief Data structure Tuple and TShape to store dynamic sized shapes. */ diff --git a/src/base.cc b/src/base.cc index d67e130cc465..38d2cb36a6c4 100644 --- a/src/base.cc +++ b/src/base.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file base.cc * \brief Implementation of base declarations, e.g. context */ diff --git a/src/c_api/c_api.cc b/src/c_api/c_api.cc index db098093c15c..f73cc18ce5bc 100644 --- a/src/c_api/c_api.cc +++ b/src/c_api/c_api.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file c_api.cc * \brief C API of mxnet */ diff --git a/src/c_api/c_api_common.h b/src/c_api/c_api_common.h index 781b51f195c3..b5b77f73ee7c 100644 --- a/src/c_api/c_api_common.h +++ b/src/c_api/c_api_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file c_api_common.h * \brief Common C API utils */ diff --git a/src/c_api/c_api_ndarray.cc b/src/c_api/c_api_ndarray.cc index 3d66996c4e32..13c200cd0dd6 100644 --- a/src/c_api/c_api_ndarray.cc +++ b/src/c_api/c_api_ndarray.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file c_api_ndarray.cc * \brief C API of mxnet */ diff --git a/src/c_api/c_api_profile.cc b/src/c_api/c_api_profile.cc index c5f719c0b618..47f6328b4de7 100644 --- a/src/c_api/c_api_profile.cc +++ b/src/c_api/c_api_profile.cc @@ -22,7 +22,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file c_api_profile.cc * \brief C API of mxnet profiler and support functions */ diff --git a/src/c_api/c_api_symbolic.cc b/src/c_api/c_api_symbolic.cc index 69b46e436e5e..1e12b3f6b46d 100644 --- a/src/c_api/c_api_symbolic.cc +++ b/src/c_api/c_api_symbolic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file c_api_symbolic.cc * \brief C API of mxnet */ diff --git a/src/c_api/c_api_test.cc b/src/c_api/c_api_test.cc index 9295c13b84a0..600de84c417c 100644 --- a/src/c_api/c_api_test.cc +++ b/src/c_api/c_api_test.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file c_api_test.cc * \brief C API of mxnet for the ease of testing backend in Python */ diff --git a/src/common/cuda/rtc.h b/src/common/cuda/rtc.h index 449fb9f0a3ad..3417e90e19aa 100644 --- a/src/common/cuda/rtc.h +++ b/src/common/cuda/rtc.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file cuda_rtc.h * \brief Common CUDA utilities for * runtime compilation. diff --git a/src/common/cuda/utils.cc b/src/common/cuda/utils.cc index d04097bf1c57..0e7861eacbfa 100644 --- a/src/common/cuda/utils.cc +++ b/src/common/cuda/utils.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file cuda_utils.cc * \brief Common CUDA utilities. */ diff --git a/src/common/cuda/utils.h b/src/common/cuda/utils.h index 63df34bf07d2..c1fde5f571b1 100644 --- a/src/common/cuda/utils.h +++ b/src/common/cuda/utils.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file utils.h * \brief Common CUDA utilities. */ diff --git a/src/common/lazy_alloc_array.h b/src/common/lazy_alloc_array.h index f6b4dac2d87d..886bc5b4566b 100644 --- a/src/common/lazy_alloc_array.h +++ b/src/common/lazy_alloc_array.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file lazy_alloc_array.h * \brief An array that lazily allocate elements as * First time the cell get visited. diff --git a/src/common/object_pool.h b/src/common/object_pool.h index f822604ce912..72ba3877f360 100644 --- a/src/common/object_pool.h +++ b/src/common/object_pool.h @@ -17,9 +17,6 @@ * under the License. */ -/*! - * Copyright (c) 2015 by Contributors - */ #ifndef MXNET_COMMON_OBJECT_POOL_H_ #define MXNET_COMMON_OBJECT_POOL_H_ #include diff --git a/src/common/random_generator.cu b/src/common/random_generator.cu index caced2b95b00..555e9b18d376 100644 --- a/src/common/random_generator.cu +++ b/src/common/random_generator.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file random_generator.cu * \brief gpu implements for parallel random number generator. */ diff --git a/src/common/tensor_inspector.h b/src/common/tensor_inspector.h index aa7feba80ebe..7368edcf48a8 100644 --- a/src/common/tensor_inspector.h +++ b/src/common/tensor_inspector.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file tensor_inspector.h * \brief utility to inspect tensor objects * \author Zhaoqi Zhu diff --git a/src/common/utils.h b/src/common/utils.h index b3eb98f3f320..710cc61413ad 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file utils.h * \brief Basic utilility functions. */ diff --git a/src/engine/engine.cc b/src/engine/engine.cc index 5725fa4fd7df..1d236e11ef50 100644 --- a/src/engine/engine.cc +++ b/src/engine/engine.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file engine.cc * \brief Implementation of engine. */ diff --git a/src/engine/engine_impl.h b/src/engine/engine_impl.h index d83eea4ab662..1003c0b50022 100644 --- a/src/engine/engine_impl.h +++ b/src/engine/engine_impl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file engine_impl.h * \brief Internal implementation header of engine components. */ diff --git a/src/engine/naive_engine.cc b/src/engine/naive_engine.cc index e1ab240bbde4..e15f8d3ee52d 100644 --- a/src/engine/naive_engine.cc +++ b/src/engine/naive_engine.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file naive_engine.cc * \brief Implementation of NaiveEngine */ diff --git a/src/engine/stream_manager.h b/src/engine/stream_manager.h index 342e47519557..87df70ede310 100644 --- a/src/engine/stream_manager.h +++ b/src/engine/stream_manager.h @@ -17,9 +17,6 @@ * under the License. */ -/*! - * Copyright (c) 2015 by Contributors - */ #ifndef MXNET_ENGINE_STREAM_MANAGER_H_ #define MXNET_ENGINE_STREAM_MANAGER_H_ diff --git a/src/engine/thread_pool.h b/src/engine/thread_pool.h index 580f22820843..7f892cba7d3d 100644 --- a/src/engine/thread_pool.h +++ b/src/engine/thread_pool.h @@ -17,9 +17,6 @@ * under the License. */ -/*! - * Copyright (c) 2015 by Contributors - */ #ifndef MXNET_ENGINE_THREAD_POOL_H_ #define MXNET_ENGINE_THREAD_POOL_H_ diff --git a/src/engine/threaded_engine.cc b/src/engine/threaded_engine.cc index 0e206c89a201..58af6df66770 100644 --- a/src/engine/threaded_engine.cc +++ b/src/engine/threaded_engine.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file threaded_engine.cc * \brief implements base threaded engine. * \author Yutian Li diff --git a/src/engine/threaded_engine.h b/src/engine/threaded_engine.h index 45a02a57a931..56e7f5d668f7 100644 --- a/src/engine/threaded_engine.h +++ b/src/engine/threaded_engine.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file threaded_engine.h * \brief Implements base class of threaded engine * that tracks the dependency and pushes actions to execute. diff --git a/src/engine/threaded_engine_perdevice.cc b/src/engine/threaded_engine_perdevice.cc index 005a5d50b386..b70823b2ce4c 100644 --- a/src/engine/threaded_engine_perdevice.cc +++ b/src/engine/threaded_engine_perdevice.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file threaded_engine_perdevice.cc * \brief ThreadedEngine that uses fix amount of thread for each device. */ diff --git a/src/engine/threaded_engine_pooled.cc b/src/engine/threaded_engine_pooled.cc index 99b7726fc4e4..c0ca03991218 100644 --- a/src/engine/threaded_engine_pooled.cc +++ b/src/engine/threaded_engine_pooled.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file threaded_engine_pooled.cc * \brief Pooled threaded engine * \author Yutian Li diff --git a/src/imperative/attach_op_execs_pass.cc b/src/imperative/attach_op_execs_pass.cc index 57be3d5a1001..a9402b75fdb5 100644 --- a/src/imperative/attach_op_execs_pass.cc +++ b/src/imperative/attach_op_execs_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file attach_op_execs_pass.cc * \brief Operator executor to execute each operator. */ diff --git a/src/imperative/attach_op_resource_pass.cc b/src/imperative/attach_op_resource_pass.cc index 7364e674e9b6..f4ac4b1257bc 100644 --- a/src/imperative/attach_op_resource_pass.cc +++ b/src/imperative/attach_op_resource_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file attach_op_resource_pass.cc * \brief Pass to attach resource to OpExecVector of the graph. */ diff --git a/src/imperative/eliminate_common_expr_pass.cc b/src/imperative/eliminate_common_expr_pass.cc index 0ef204cdeca6..21442643ef66 100644 --- a/src/imperative/eliminate_common_expr_pass.cc +++ b/src/imperative/eliminate_common_expr_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file eliminate_common_expr.cc * \brief Eliminate common expressions in the graph * \author Przemyslaw Tredak diff --git a/src/imperative/exec_pass.h b/src/imperative/exec_pass.h index 5f27a16fe695..acecd7080d2b 100644 --- a/src/imperative/exec_pass.h +++ b/src/imperative/exec_pass.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file exec_pass.h * \brief All the execution related pass and data structures. */ diff --git a/src/imperative/inplace_addto_detect_pass.cc b/src/imperative/inplace_addto_detect_pass.cc index a087b210849c..a3633bc471a0 100644 --- a/src/imperative/inplace_addto_detect_pass.cc +++ b/src/imperative/inplace_addto_detect_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file inplace_addto_detect_pass.cc * \brief Detect whether inplace addto operation is possible for certain op. */ diff --git a/src/imperative/pointwise_fusion_pass.cc b/src/imperative/pointwise_fusion_pass.cc index 1b47e9270c71..f945c4de1e16 100644 --- a/src/imperative/pointwise_fusion_pass.cc +++ b/src/imperative/pointwise_fusion_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file pointwise_fusion_pass.cc * \brief Pass applying pointwise fusion. * \author Clement Fuji Tsang diff --git a/src/imperative/simple_partition_pass.cc b/src/imperative/simple_partition_pass.cc index fc5e3f002d2f..67dba9c49a60 100644 --- a/src/imperative/simple_partition_pass.cc +++ b/src/imperative/simple_partition_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file simple_partition_pass.cc * \brief Utilities used in simple partition pass * \author Przemyslaw Tredak diff --git a/src/imperative/simple_partition_pass.h b/src/imperative/simple_partition_pass.h index 1d3825f3b630..91bf2ebce770 100644 --- a/src/imperative/simple_partition_pass.h +++ b/src/imperative/simple_partition_pass.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019-2020 by Contributors * \file simple_partition_pass.h * \brief Simple pass for partitioning a graph. * \author Clement Fuji Tsang, Przemyslaw Tredak diff --git a/src/initialize.cc b/src/initialize.cc index b1a472bf9d3b..225eb2dea27c 100644 --- a/src/initialize.cc +++ b/src/initialize.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file initialize.cc * \brief initialize mxnet library */ diff --git a/src/initialize.h b/src/initialize.h index 5ee650c81654..490a3eed489e 100644 --- a/src/initialize.h +++ b/src/initialize.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file initialize.h * \brief Library initialization */ diff --git a/src/io/batchify.cc b/src/io/batchify.cc index acdcf4c74f57..7d602fbbaa43 100644 --- a/src/io/batchify.cc +++ b/src/io/batchify.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file batchify.cc * \brief Mini-batch data combination functions. */ diff --git a/src/io/dataloader.cc b/src/io/dataloader.cc index a3808e2128bc..39f0fd4412b6 100644 --- a/src/io/dataloader.cc +++ b/src/io/dataloader.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file dataloader.cc * \brief Pure c++ backed dataloader implementation */ diff --git a/src/io/dataset.cc b/src/io/dataset.cc index 4690d340f06c..a461187920dd 100644 --- a/src/io/dataset.cc +++ b/src/io/dataset.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file dataset.cc * \brief High performance datasets implementation */ diff --git a/src/io/image_aug_default.cc b/src/io/image_aug_default.cc index 0c29e44a2754..ced294ae7dd3 100644 --- a/src/io/image_aug_default.cc +++ b/src/io/image_aug_default.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file image_aug_default.cc * \brief Default augmenter. */ diff --git a/src/io/image_augmenter.h b/src/io/image_augmenter.h index 44c80abcbaee..3ac0d5779bc0 100644 --- a/src/io/image_augmenter.h +++ b/src/io/image_augmenter.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file image_augmenter.h * \brief Interface of opencv based image augmenter */ diff --git a/src/io/image_det_aug_default.cc b/src/io/image_det_aug_default.cc index 7f9a5e570803..95af1d5b8969 100644 --- a/src/io/image_det_aug_default.cc +++ b/src/io/image_det_aug_default.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file image_det_aug_default.cc * \brief Default augmenter. */ diff --git a/src/io/image_io.cc b/src/io/image_io.cc index f737c2c25307..055836334522 100644 --- a/src/io/image_io.cc +++ b/src/io/image_io.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file optimizer_op-inl.h * \brief Optimizer operators * \author Junyuan Xie diff --git a/src/io/image_iter_common.h b/src/io/image_iter_common.h index 2b6276aa7779..dcd950b70b17 100644 --- a/src/io/image_iter_common.h +++ b/src/io/image_iter_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file image_iter_common.h * \brief common types used by image data iterators */ diff --git a/src/io/image_recordio.h b/src/io/image_recordio.h index d2ee44779ea2..b450439779a9 100644 --- a/src/io/image_recordio.h +++ b/src/io/image_recordio.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file image_recordio.h * \brief image recordio struct */ diff --git a/src/io/inst_vector.h b/src/io/inst_vector.h index 21d2fbed6a80..358a931dde85 100644 --- a/src/io/inst_vector.h +++ b/src/io/inst_vector.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file inst_vector.h * \brief holder of a sequence of DataInst in CPU * that are not necessarily of same shape diff --git a/src/io/io.cc b/src/io/io.cc index 33131fd291d0..d356c9be25d6 100644 --- a/src/io/io.cc +++ b/src/io/io.cc @@ -17,8 +17,6 @@ * under the License. */ -// Copyright (c) 2015 by Contributors - #include #include #include "./image_augmenter.h" diff --git a/src/io/iter_batchloader.h b/src/io/iter_batchloader.h index 00b0642cbfe1..72a5b6054cd2 100644 --- a/src/io/iter_batchloader.h +++ b/src/io/iter_batchloader.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_batchloader.h * \brief define a batch adapter to create tblob batch */ diff --git a/src/io/iter_csv.cc b/src/io/iter_csv.cc index 43560ffafc0c..3917ac1aa168 100644 --- a/src/io/iter_csv.cc +++ b/src/io/iter_csv.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_csv.cc * \brief define a CSV Reader to read in arrays */ diff --git a/src/io/iter_image_det_recordio.cc b/src/io/iter_image_det_recordio.cc index a6705cc09631..312b674f8d41 100644 --- a/src/io/iter_image_det_recordio.cc +++ b/src/io/iter_image_det_recordio.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_image_recordio-inl.hpp * \brief recordio data iterator */ diff --git a/src/io/iter_image_recordio.cc b/src/io/iter_image_recordio.cc index 41955b2a34be..f6fefee182ee 100644 --- a/src/io/iter_image_recordio.cc +++ b/src/io/iter_image_recordio.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_image_recordio-inl.hpp * \brief recordio data iterator */ diff --git a/src/io/iter_image_recordio_2.cc b/src/io/iter_image_recordio_2.cc index 375fdaabe7f2..ef85bc3f5b95 100644 --- a/src/io/iter_image_recordio_2.cc +++ b/src/io/iter_image_recordio_2.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file iter_image_recordio_2.cc * \brief new version of recordio data iterator */ diff --git a/src/io/iter_mnist.cc b/src/io/iter_mnist.cc index 20c28fbd9021..fa5e0072b7b1 100644 --- a/src/io/iter_mnist.cc +++ b/src/io/iter_mnist.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_mnist.cc * \brief register mnist iterator */ diff --git a/src/io/iter_normalize.h b/src/io/iter_normalize.h index eda7af445e7e..c2ed9a28f918 100644 --- a/src/io/iter_normalize.h +++ b/src/io/iter_normalize.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_normalize.h * \brief Iterator that subtracts mean and do a few augmentations. */ diff --git a/src/io/iter_prefetcher.h b/src/io/iter_prefetcher.h index 66e18e5d3e32..91d70576bc9d 100644 --- a/src/io/iter_prefetcher.h +++ b/src/io/iter_prefetcher.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file iter_prefetcher.h * \brief define a prefetcher using threaditer to keep k batch fetched */ diff --git a/src/io/iter_sampler.cc b/src/io/iter_sampler.cc index d38b8244128a..a07089fecc7d 100644 --- a/src/io/iter_sampler.cc +++ b/src/io/iter_sampler.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file iter_sampler.cc * \brief The sampler iterator for access dataset elements. */ diff --git a/src/io/opencv_compatibility.h b/src/io/opencv_compatibility.h index 76512258dff8..b3886ceccb09 100644 --- a/src/io/opencv_compatibility.h +++ b/src/io/opencv_compatibility.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file opencv_compatibility.h * \brief To be compatible with multiple versions of opencv */ diff --git a/src/kvstore/comm.h b/src/kvstore/comm.h index 4f4edcafac80..c2dcd2026e7f 100644 --- a/src/kvstore/comm.h +++ b/src/kvstore/comm.h @@ -17,9 +17,6 @@ * under the License. */ -/** - * Copyright (c) 2015 by Contributors - */ #ifndef MXNET_KVSTORE_COMM_H_ #define MXNET_KVSTORE_COMM_H_ #include diff --git a/src/kvstore/comm_tree.h b/src/kvstore/comm_tree.h index f855845b297f..44930f4c80ea 100644 --- a/src/kvstore/comm_tree.h +++ b/src/kvstore/comm_tree.h @@ -17,9 +17,6 @@ * under the License. */ -/** - * Copyright (c) 2018 by Contributors - */ #ifndef MXNET_KVSTORE_COMM_TREE_H_ #define MXNET_KVSTORE_COMM_TREE_H_ #include diff --git a/src/kvstore/gpu_topology.h b/src/kvstore/gpu_topology.h index 70a4f555008c..319b04000da7 100644 --- a/src/kvstore/gpu_topology.h +++ b/src/kvstore/gpu_topology.h @@ -17,9 +17,6 @@ * under the License. */ -/** - * Copyright (c) 2015 by Contributors - */ #ifndef MXNET_KVSTORE_GPU_TOPOLOGY_H_ #define MXNET_KVSTORE_GPU_TOPOLOGY_H_ #if MXNET_USE_CUDA diff --git a/src/kvstore/kvstore.cc b/src/kvstore/kvstore.cc index fb8d31f7ae26..8dfb6ce2df76 100644 --- a/src/kvstore/kvstore.cc +++ b/src/kvstore/kvstore.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file kvstore.cc * \brief implement kv_store */ diff --git a/src/kvstore/kvstore_dist.h b/src/kvstore/kvstore_dist.h index 876888611b9a..bc4ce424c416 100644 --- a/src/kvstore/kvstore_dist.h +++ b/src/kvstore/kvstore_dist.h @@ -18,7 +18,6 @@ */ /** - * Copyright (c) 2015 by Contributors * @file kvstore_dist.h * @brief distributed implementation based on ps-lite */ diff --git a/src/kvstore/kvstore_dist_server.h b/src/kvstore/kvstore_dist_server.h index caa094dadd6a..29bc45521713 100644 --- a/src/kvstore/kvstore_dist_server.h +++ b/src/kvstore/kvstore_dist_server.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file mxnet_node.h * \brief implement mxnet nodes */ diff --git a/src/kvstore/kvstore_local.h b/src/kvstore/kvstore_local.h index 6362a4fc7d90..2a0ac3a90a7f 100644 --- a/src/kvstore/kvstore_local.h +++ b/src/kvstore/kvstore_local.h @@ -18,7 +18,6 @@ */ /** - * Copyright (c) 2015 by Contributors * @file kvstore_local.h * @brief local implementation */ diff --git a/src/kvstore/kvstore_utils.cu b/src/kvstore/kvstore_utils.cu index bca6e7be36d5..2931c52966f9 100644 --- a/src/kvstore/kvstore_utils.cu +++ b/src/kvstore/kvstore_utils.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file kvstore_utils.cu * \brief gpu implementation of util functions */ diff --git a/src/kvstore/p3store_dist.h b/src/kvstore/p3store_dist.h index d167a51248a9..0e0aff045cb7 100644 --- a/src/kvstore/p3store_dist.h +++ b/src/kvstore/p3store_dist.h @@ -18,7 +18,6 @@ */ /** - * Copyright (c) 2015 by Contributors * @file p3store_dist.h * @brief priority-based kvstore implementation */ diff --git a/src/lib_api.cc b/src/lib_api.cc index 7bfa3a928b54..5d51e9a2b3a1 100644 --- a/src/lib_api.cc +++ b/src/lib_api.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file lib_api.cc * \brief APIs to interact with libraries * This API specifies function prototypes to diff --git a/src/libinfo.cc b/src/libinfo.cc index 292fbe615d09..9545b7acf3fd 100644 --- a/src/libinfo.cc +++ b/src/libinfo.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file libinfo.cc * \author larroy * \brief check MXNet features including compile time support diff --git a/src/ndarray/ndarray.cc b/src/ndarray/ndarray.cc index 1b96ad88923e..3e64a8db88ef 100644 --- a/src/ndarray/ndarray.cc +++ b/src/ndarray/ndarray.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file ndarray.cc * \brief ndarry module of mxnet */ diff --git a/src/ndarray/ndarray_function-inl.h b/src/ndarray/ndarray_function-inl.h index fc20fb1c8841..c1d81191dbee 100644 --- a/src/ndarray/ndarray_function-inl.h +++ b/src/ndarray/ndarray_function-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file ndarray_function-inl.h * \brief The real implementation of NDArray functions. */ diff --git a/src/ndarray/ndarray_function.h b/src/ndarray/ndarray_function.h index 003eda951905..89e7a87a5309 100644 --- a/src/ndarray/ndarray_function.h +++ b/src/ndarray/ndarray_function.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file ndarray_op.h * \brief the real execution functions of ndarray operations */ diff --git a/src/nnvm/amp_infer_unknown.cc b/src/nnvm/amp_infer_unknown.cc index 3353a28f4b43..bc9859ad42cc 100644 --- a/src/nnvm/amp_infer_unknown.cc +++ b/src/nnvm/amp_infer_unknown.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file low_precision_pass.cc * \brief Use the Mixed Precision Model to infer the dtypes of * unknown input nodes diff --git a/src/nnvm/gradient.cc b/src/nnvm/gradient.cc index 625eaa33e23b..038d287a83d2 100644 --- a/src/nnvm/gradient.cc +++ b/src/nnvm/gradient.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file gradients.cc * \brief Passes that takes gradient of the graph * This code code was modified based on mxnet codebase by Min Lin diff --git a/src/nnvm/graph_algorithm.h b/src/nnvm/graph_algorithm.h index 49c6420392af..070faf8689f7 100644 --- a/src/nnvm/graph_algorithm.h +++ b/src/nnvm/graph_algorithm.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file graph_algorithm.h * \brief This header contains graph algorithms on StaticGraph. * It is used compute informations such as whether two diff --git a/src/nnvm/legacy_json_util.cc b/src/nnvm/legacy_json_util.cc index e0bc07dd64cb..e41bccc88ba7 100644 --- a/src/nnvm/legacy_json_util.cc +++ b/src/nnvm/legacy_json_util.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file legacy_json_util.cc * \brief Utility upgrade symbol from previous versions */ diff --git a/src/nnvm/legacy_op_util.cc b/src/nnvm/legacy_op_util.cc index 53dd5725679d..4bfbf7df82b3 100644 --- a/src/nnvm/legacy_op_util.cc +++ b/src/nnvm/legacy_op_util.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file legacy_op_util.cc * \brief Utility to adapt OpProperty to the new NNVM registery */ diff --git a/src/nnvm/low_precision_pass.cc b/src/nnvm/low_precision_pass.cc index 48575c00bccd..5f637ba9b55e 100644 --- a/src/nnvm/low_precision_pass.cc +++ b/src/nnvm/low_precision_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file low_precision_pass.cc * \brief Return new graph with amp_cast and amp_multicast operators added wherever required */ diff --git a/src/nnvm/node_op_util.h b/src/nnvm/node_op_util.h index c3a277aa4e22..24b84911c01f 100644 --- a/src/nnvm/node_op_util.h +++ b/src/nnvm/node_op_util.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file node_op_util.h * \brief abstraction for commonly used nnvm::Node operations. */ diff --git a/src/nnvm/plan_memory.cc b/src/nnvm/plan_memory.cc index 4c9ce06d3362..73f494334854 100644 --- a/src/nnvm/plan_memory.cc +++ b/src/nnvm/plan_memory.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file plan_memory.cc * \brief Assign memory tag to each of the data entries. */ diff --git a/src/operator/all_finite-inl.h b/src/operator/all_finite-inl.h index 68ecf0648b0a..ab59830278f6 100644 --- a/src/operator/all_finite-inl.h +++ b/src/operator/all_finite-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file all_finite-inl.h * \brief operator for checking if a group of array is all finite * \author Clement Fuji Tsang diff --git a/src/operator/all_finite.cc b/src/operator/all_finite.cc index 3bb4336f74e7..7a8bf2a476e3 100644 --- a/src/operator/all_finite.cc +++ b/src/operator/all_finite.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file all_finite.cc * \brief operator for checking if a group of array is all finite * \author Clement Fuji Tsang diff --git a/src/operator/all_finite.cu b/src/operator/all_finite.cu index ad48c93b1b26..bd5680587d92 100644 --- a/src/operator/all_finite.cu +++ b/src/operator/all_finite.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file all_finite.cu * \brief operator for checking if a group of array is all finite * \author Clement Fuji Tsang diff --git a/src/operator/amp_graph_pass.cc b/src/operator/amp_graph_pass.cc index 66d1546915fd..04ef5d1d9d60 100644 --- a/src/operator/amp_graph_pass.cc +++ b/src/operator/amp_graph_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file amp_graph_pass.cc * \brief graph pass regarding AMP * \author Clement Fuji Tsang diff --git a/src/operator/bilinear_sampler-inl.h b/src/operator/bilinear_sampler-inl.h index 585bc8ca66ec..7f3dd69171c1 100644 --- a/src/operator/bilinear_sampler-inl.h +++ b/src/operator/bilinear_sampler-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file bilinear_Sampler-inl.h * \brief * \author Xu Dong diff --git a/src/operator/bilinear_sampler.cc b/src/operator/bilinear_sampler.cc index 7148db5bc35c..6a048c7cedc2 100644 --- a/src/operator/bilinear_sampler.cc +++ b/src/operator/bilinear_sampler.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file bilinear_sampler.cc * \brief * \author Xu Dong diff --git a/src/operator/bilinear_sampler.cu b/src/operator/bilinear_sampler.cu index 5b66a86f22ef..8938340295e6 100644 --- a/src/operator/bilinear_sampler.cu +++ b/src/operator/bilinear_sampler.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file bilinear_sampler.cu * \brief * \author Xu Dong diff --git a/src/operator/channel_op_common.h b/src/operator/channel_op_common.h index 64ff16e1e749..b1f7cb766258 100644 --- a/src/operator/channel_op_common.h +++ b/src/operator/channel_op_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file channel_op_common.h * \brief common function used for concat and split channel * \author Bing Xu diff --git a/src/operator/contrib/adabelief-inl.h b/src/operator/contrib/adabelief-inl.h index 3f403fd55ae8..aa74d6086b4f 100644 --- a/src/operator/contrib/adabelief-inl.h +++ b/src/operator/contrib/adabelief-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2021 by Contributors * \file adabelief-inl.h * \brief Optimizer operators * \author khaotik diff --git a/src/operator/contrib/adabelief.cc b/src/operator/contrib/adabelief.cc index fe86a4a7ad30..c7493e44163b 100644 --- a/src/operator/contrib/adabelief.cc +++ b/src/operator/contrib/adabelief.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2021 by Contributors * \file adabelief.cc * \brief Optimizer operators * \author khaotik diff --git a/src/operator/contrib/adabelief.cu b/src/operator/contrib/adabelief.cu index aac63b9c6cf5..9735d8d2e020 100644 --- a/src/operator/contrib/adabelief.cu +++ b/src/operator/contrib/adabelief.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2021 by Contributors * \file adabelief.cu * \brief Optimizer operators * \author khaotik diff --git a/src/operator/contrib/adamw-inl.h b/src/operator/contrib/adamw-inl.h index cbeb0ef5eefd..36c7f7d1b360 100644 --- a/src/operator/contrib/adamw-inl.h +++ b/src/operator/contrib/adamw-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file adamw-inl.h * \brief Optimizer operators * \author Haibin Lin, Moises Hernandez, Andrei Ivanov diff --git a/src/operator/contrib/adamw.cc b/src/operator/contrib/adamw.cc index f375e1b6047e..f316718ab6c9 100644 --- a/src/operator/contrib/adamw.cc +++ b/src/operator/contrib/adamw.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file adamw.cc * \brief Optimizer operators * \author Haibin Lin, Moises Hernandez, Andrei Ivanov diff --git a/src/operator/contrib/adamw.cu b/src/operator/contrib/adamw.cu index 2ed0e92dd6c9..c3b83f412ae9 100644 --- a/src/operator/contrib/adamw.cu +++ b/src/operator/contrib/adamw.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file adamw.cu * \brief Optimizer operators * \author Haibin Lin, Moises Hernandez, Andrei Ivanov diff --git a/src/operator/contrib/adaptive_avg_pooling-inl.h b/src/operator/contrib/adaptive_avg_pooling-inl.h index e2abd1dcb324..ebc929897373 100644 --- a/src/operator/contrib/adaptive_avg_pooling-inl.h +++ b/src/operator/contrib/adaptive_avg_pooling-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file adaptive_avg_pooling-inl.h * \brief adaptive average pooling operator * \author Hang Zhang diff --git a/src/operator/contrib/adaptive_avg_pooling.cc b/src/operator/contrib/adaptive_avg_pooling.cc index 03ca4288f9fe..1cd920996a25 100644 --- a/src/operator/contrib/adaptive_avg_pooling.cc +++ b/src/operator/contrib/adaptive_avg_pooling.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file adaptive_avg_pooling.cc * \brief adaptive average pooling operator * \author Hang Zhang diff --git a/src/operator/contrib/adaptive_avg_pooling.cu b/src/operator/contrib/adaptive_avg_pooling.cu index 3dd37fa91fbb..ed2d49dca4e0 100644 --- a/src/operator/contrib/adaptive_avg_pooling.cu +++ b/src/operator/contrib/adaptive_avg_pooling.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file adaptive_avg_pooling.cu * \brief adaptive average pooling operator * \author Hang Zhang diff --git a/src/operator/contrib/batch_norm_relu.cc b/src/operator/contrib/batch_norm_relu.cc index 51193c6433e0..93ccbd9db38b 100644 --- a/src/operator/contrib/batch_norm_relu.cc +++ b/src/operator/contrib/batch_norm_relu.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file batch_norm_relu.cc * \brief * \author Xinyu Chen diff --git a/src/operator/contrib/bilinear_resize-inl.cuh b/src/operator/contrib/bilinear_resize-inl.cuh index b82a71e3ce4e..6ec860d9d3ae 100644 --- a/src/operator/contrib/bilinear_resize-inl.cuh +++ b/src/operator/contrib/bilinear_resize-inl.cuh @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file bilinear_resize-inl.cuh * \brief bilinear resize operator cuda implementation * \author Hang Zhang, Jake Lee diff --git a/src/operator/contrib/bilinear_resize-inl.h b/src/operator/contrib/bilinear_resize-inl.h index 580d63868f7f..acab01adf3d1 100644 --- a/src/operator/contrib/bilinear_resize-inl.h +++ b/src/operator/contrib/bilinear_resize-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file bilinear_resize-inl.h * \brief bilinear resize operator * \author Hang Zhang diff --git a/src/operator/contrib/bilinear_resize.cc b/src/operator/contrib/bilinear_resize.cc index 61b3446bd2ab..af73bd7ef39d 100644 --- a/src/operator/contrib/bilinear_resize.cc +++ b/src/operator/contrib/bilinear_resize.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file bilinear_resize.cc * \brief bilinear resize operator * \author Hang Zhang diff --git a/src/operator/contrib/bilinear_resize.cu b/src/operator/contrib/bilinear_resize.cu index cbae235e7c01..a8731dc90e1a 100644 --- a/src/operator/contrib/bilinear_resize.cu +++ b/src/operator/contrib/bilinear_resize.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file bilinear_resize.cu * \brief bilinear resize operator * \author Hang Zhang diff --git a/src/operator/contrib/boolean_mask-inl.h b/src/operator/contrib/boolean_mask-inl.h index 2a29204804f6..fe6508673ed7 100644 --- a/src/operator/contrib/boolean_mask-inl.h +++ b/src/operator/contrib/boolean_mask-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file boolean_mask-inl.h */ diff --git a/src/operator/contrib/boolean_mask.cc b/src/operator/contrib/boolean_mask.cc index 774c228b8957..f3ba7f9f638f 100644 --- a/src/operator/contrib/boolean_mask.cc +++ b/src/operator/contrib/boolean_mask.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file boolean_mask.cc */ diff --git a/src/operator/contrib/boolean_mask.cu b/src/operator/contrib/boolean_mask.cu index ebfe4ea88a89..d1ad4bf8216e 100644 --- a/src/operator/contrib/boolean_mask.cu +++ b/src/operator/contrib/boolean_mask.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file boolean_mask.cu */ diff --git a/src/operator/contrib/bounding_box.cc b/src/operator/contrib/bounding_box.cc index 0d6a29b98c43..8325ec40739a 100644 --- a/src/operator/contrib/bounding_box.cc +++ b/src/operator/contrib/bounding_box.cc @@ -18,12 +18,10 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file bounding_box.cc * \brief Bounding box util functions and operators * \author Joshua Zhang */ - #include "./bounding_box-inl.h" #include "../elemwise_op_common.h" diff --git a/src/operator/contrib/bounding_box.cu b/src/operator/contrib/bounding_box.cu index f87c2dccc4da..95fedde22491 100644 --- a/src/operator/contrib/bounding_box.cu +++ b/src/operator/contrib/bounding_box.cu @@ -18,12 +18,10 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file bounding_box.cu * \brief Bounding box util functions and operators * \author Joshua Zhang */ - #include #include "./bounding_box-inl.cuh" diff --git a/src/operator/contrib/count_sketch-inl.h b/src/operator/contrib/count_sketch-inl.h index 4053d83a5471..9276ae30d027 100644 --- a/src/operator/contrib/count_sketch-inl.h +++ b/src/operator/contrib/count_sketch-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file count_sketch-inl.h * \brief count_sketch operator and symbol * \author Chen Zhu diff --git a/src/operator/contrib/count_sketch.cc b/src/operator/contrib/count_sketch.cc index e75e97a2b07d..106a2c0ce177 100644 --- a/src/operator/contrib/count_sketch.cc +++ b/src/operator/contrib/count_sketch.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file count_sketch.cc * \brief count_sketch op * \author Chen Zhu diff --git a/src/operator/contrib/count_sketch.cu b/src/operator/contrib/count_sketch.cu index 71cd8ddb5c8d..24ca7970e064 100644 --- a/src/operator/contrib/count_sketch.cu +++ b/src/operator/contrib/count_sketch.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file count_sketch.cu * \brief count_sketch op * \author Chen Zhu, Yang Shi diff --git a/src/operator/contrib/dynamic_shape_ops-inl.h b/src/operator/contrib/dynamic_shape_ops-inl.h index 91e8f1e47f6e..81f92badb68d 100644 --- a/src/operator/contrib/dynamic_shape_ops-inl.h +++ b/src/operator/contrib/dynamic_shape_ops-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file dynamic_shape_ops-inl.h */ diff --git a/src/operator/contrib/dynamic_shape_ops.cc b/src/operator/contrib/dynamic_shape_ops.cc index 8610d345de6d..86b327d823cd 100644 --- a/src/operator/contrib/dynamic_shape_ops.cc +++ b/src/operator/contrib/dynamic_shape_ops.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file dynamic_shape_ops.cc */ diff --git a/src/operator/contrib/fft-inl.h b/src/operator/contrib/fft-inl.h index 530412c48016..1554549d7da4 100644 --- a/src/operator/contrib/fft-inl.h +++ b/src/operator/contrib/fft-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file fft-inl.h * \brief * \author Chen Zhu diff --git a/src/operator/contrib/fft.cc b/src/operator/contrib/fft.cc index ec51c54476c4..09e116382e47 100644 --- a/src/operator/contrib/fft.cc +++ b/src/operator/contrib/fft.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file fft-inl.h * \brief * \author Chen Zhu diff --git a/src/operator/contrib/fft.cu b/src/operator/contrib/fft.cu index 8b00b6c967dc..6ced77f7fc6f 100644 --- a/src/operator/contrib/fft.cu +++ b/src/operator/contrib/fft.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file fft-inl.h * \brief * \author Chen Zhu diff --git a/src/operator/contrib/gradient_multiplier_op.cc b/src/operator/contrib/gradient_multiplier_op.cc index da46a25b3db8..ddd9c6c9076b 100644 --- a/src/operator/contrib/gradient_multiplier_op.cc +++ b/src/operator/contrib/gradient_multiplier_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file gradient_multiplier_op.cc * \brief * \author Istvan Fehervari diff --git a/src/operator/contrib/gradient_multiplier_op.cu b/src/operator/contrib/gradient_multiplier_op.cu index 43d1566f36a4..04282150d438 100644 --- a/src/operator/contrib/gradient_multiplier_op.cu +++ b/src/operator/contrib/gradient_multiplier_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file gradient_multiplier_op.cu * \brief * \author Istvan Fehervari diff --git a/src/operator/contrib/hawkes_ll-inl.h b/src/operator/contrib/hawkes_ll-inl.h index 7be08afe48bd..0a8cbd983eaa 100644 --- a/src/operator/contrib/hawkes_ll-inl.h +++ b/src/operator/contrib/hawkes_ll-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file hawkes_ll-inl.h * \brief Log likelihood of a marked self-exciting Hawkes process * \author Caner Turkmen diff --git a/src/operator/contrib/hawkes_ll.cc b/src/operator/contrib/hawkes_ll.cc index 34d4c9e4f501..f97b32baa7a6 100644 --- a/src/operator/contrib/hawkes_ll.cc +++ b/src/operator/contrib/hawkes_ll.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file hawkes_ll.cc * \brief Log likelihood of a marked self-exciting Hawkes process * \author Caner Turkmen diff --git a/src/operator/contrib/hawkes_ll.cu b/src/operator/contrib/hawkes_ll.cu index 9e1e6af655f9..f62ec3393916 100644 --- a/src/operator/contrib/hawkes_ll.cu +++ b/src/operator/contrib/hawkes_ll.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file hawkes_ll.cu * \brief Log likelihood of a marked self-exciting Hawkes process * \author Caner Turkmen diff --git a/src/operator/contrib/krprod.h b/src/operator/contrib/krprod.h index d0092ad87db3..3941281a5742 100644 --- a/src/operator/contrib/krprod.h +++ b/src/operator/contrib/krprod.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file krprod.h * \brief Core function for Khatri-Rao product * \author Jencir Lee, Chris Swierczewski diff --git a/src/operator/contrib/mrcnn_mask_target-inl.h b/src/operator/contrib/mrcnn_mask_target-inl.h index 8ee614c81307..bf4d61a7e2c7 100644 --- a/src/operator/contrib/mrcnn_mask_target-inl.h +++ b/src/operator/contrib/mrcnn_mask_target-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mrcnn_mask_target-inl.h * \brief Mask-RCNN target generator * \author Serge Panev diff --git a/src/operator/contrib/mrcnn_mask_target.cu b/src/operator/contrib/mrcnn_mask_target.cu index d3b3dccac182..f94db48cb072 100644 --- a/src/operator/contrib/mrcnn_mask_target.cu +++ b/src/operator/contrib/mrcnn_mask_target.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mrcnn_mask_target.cu * \brief Mask-RCNN target generator * \author Serge Panev diff --git a/src/operator/contrib/multi_lamb-inl.h b/src/operator/contrib/multi_lamb-inl.h index 8f6002a7fc4e..f97904ebb177 100644 --- a/src/operator/contrib/multi_lamb-inl.h +++ b/src/operator/contrib/multi_lamb-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file multi_lamb-inl.h * \brief multi-tensor LAMB optimizer * \author Moises Hernandez diff --git a/src/operator/contrib/multi_lamb.cc b/src/operator/contrib/multi_lamb.cc index 79598c99b7b5..9afb6503abfb 100644 --- a/src/operator/contrib/multi_lamb.cc +++ b/src/operator/contrib/multi_lamb.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file multi_lamb.cc * \brief multi-tensor LAMB optimizer * \author Moises Hernandez diff --git a/src/operator/contrib/multi_lamb.cu b/src/operator/contrib/multi_lamb.cu index b4795cbc60fa..24525f8d8f2d 100644 --- a/src/operator/contrib/multi_lamb.cu +++ b/src/operator/contrib/multi_lamb.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file multi_lamb.cu * \brief multi-tensor LAMB optimizer * \author Moises Hernandez diff --git a/src/operator/contrib/multi_lans-inl.h b/src/operator/contrib/multi_lans-inl.h index 979c1f71b221..59452b5c56ea 100644 --- a/src/operator/contrib/multi_lans-inl.h +++ b/src/operator/contrib/multi_lans-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file multi_lans-inl.h * \brief multi-tensor LANS optimizer * \author Shuai Zheng diff --git a/src/operator/contrib/multi_lans.cc b/src/operator/contrib/multi_lans.cc index 00a695c496f7..154a4ce8fb4e 100644 --- a/src/operator/contrib/multi_lans.cc +++ b/src/operator/contrib/multi_lans.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file multi_lans.cc * \brief multi-tensor LANS optimizer * \author Shuai Zheng diff --git a/src/operator/contrib/multi_lans.cu b/src/operator/contrib/multi_lans.cu index dca30c47e7fd..a57a99e25854 100644 --- a/src/operator/contrib/multi_lans.cu +++ b/src/operator/contrib/multi_lans.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file multi_lans.cu * \brief multi-tensor LANS optimizer * \author Shuai Zheng diff --git a/src/operator/contrib/multi_lars-inl.h b/src/operator/contrib/multi_lars-inl.h index 09ec9acbc238..c5fd528c57f1 100644 --- a/src/operator/contrib/multi_lars-inl.h +++ b/src/operator/contrib/multi_lars-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file multi_lars-inl.h * \brief vectorized lars coefficient computed from sums of squared weights and grads * \author Clement Fuji Tsang diff --git a/src/operator/contrib/multi_lars.cc b/src/operator/contrib/multi_lars.cc index 4ea42f105fcb..68505accc9aa 100644 --- a/src/operator/contrib/multi_lars.cc +++ b/src/operator/contrib/multi_lars.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file multi_lars.cc * \brief vectorized LARS coefficient computed from sums of squared weights and grads * \author Clement Fuji Tsang diff --git a/src/operator/contrib/multi_lars.cu b/src/operator/contrib/multi_lars.cu index e65e7b48240d..3e52135d3e17 100644 --- a/src/operator/contrib/multi_lars.cu +++ b/src/operator/contrib/multi_lars.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file multi_lars.cu * \brief vectorized lars coefficient computed from sums of squared weights and grads * \author Clement Fuji Tsang diff --git a/src/operator/contrib/multi_proposal-inl.h b/src/operator/contrib/multi_proposal-inl.h index c6bd7fcfab16..f77158fe7e44 100644 --- a/src/operator/contrib/multi_proposal-inl.h +++ b/src/operator/contrib/multi_proposal-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * Copyright (c) 2017 Microsoft * Licensed under The Apache-2.0 License [see LICENSE for details] * \file multi_proposal-inl.h diff --git a/src/operator/contrib/multi_proposal.cu b/src/operator/contrib/multi_proposal.cu index cfa96bc622a7..b1cf13389911 100644 --- a/src/operator/contrib/multi_proposal.cu +++ b/src/operator/contrib/multi_proposal.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * Copyright (c) 2017 Microsoft * Licensed under The Apache-2.0 License [see LICENSE for details] * \file multi_proposal.cu diff --git a/src/operator/contrib/multi_sum_sq-inl.h b/src/operator/contrib/multi_sum_sq-inl.h index bf65be3dbf01..2528d054efeb 100644 --- a/src/operator/contrib/multi_sum_sq-inl.h +++ b/src/operator/contrib/multi_sum_sq-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file multi_l2_norm-inl.h * \brief vectorized L2 norm over multiple arrays operators * \author Clement Fuji Tsang, Andrei Ivanov, Moises Hernandez, Shuai Zheng diff --git a/src/operator/contrib/multi_sum_sq.cc b/src/operator/contrib/multi_sum_sq.cc index 62240e967fb6..6cf48ebb1bad 100644 --- a/src/operator/contrib/multi_sum_sq.cc +++ b/src/operator/contrib/multi_sum_sq.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file multi_sum_sq.cc * \brief vectorized sum or squared over multiple arrays operators * \author Clement Fuji Tsang, Andrei Ivanov, Moises Hernandez, Shuai Zheng diff --git a/src/operator/contrib/multi_sum_sq.cu b/src/operator/contrib/multi_sum_sq.cu index 695e1341524f..7d6386138c9a 100644 --- a/src/operator/contrib/multi_sum_sq.cu +++ b/src/operator/contrib/multi_sum_sq.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file multi_sum_sq.cu * \brief vectorized sums of squares norm over multiple arrays operators * \author Clement Fuji Tsang, Andrei Ivanov, Moises Hernandez, Shuai Zheng diff --git a/src/operator/contrib/multibox_detection-inl.h b/src/operator/contrib/multibox_detection-inl.h index f05cb3cf9554..75663abb4b59 100644 --- a/src/operator/contrib/multibox_detection-inl.h +++ b/src/operator/contrib/multibox_detection-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_detection-inl.h * \brief post-process multibox detection predictions * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_detection.cc b/src/operator/contrib/multibox_detection.cc index c8ded4ad6fa5..c3f7e803dfb5 100644 --- a/src/operator/contrib/multibox_detection.cc +++ b/src/operator/contrib/multibox_detection.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_detection.cc * \brief MultiBoxDetection op * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_detection.cu b/src/operator/contrib/multibox_detection.cu index 2d061f3bdadb..32447144935e 100644 --- a/src/operator/contrib/multibox_detection.cu +++ b/src/operator/contrib/multibox_detection.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_detection.cu * \brief MultiBoxDetection op * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_prior-inl.h b/src/operator/contrib/multibox_prior-inl.h index 5d501d3f35fc..5ffe910a6577 100644 --- a/src/operator/contrib/multibox_prior-inl.h +++ b/src/operator/contrib/multibox_prior-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_prior-inl.h * \brief generate multibox prior boxes * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_prior.cc b/src/operator/contrib/multibox_prior.cc index 365049ea4464..2607c2fcd234 100644 --- a/src/operator/contrib/multibox_prior.cc +++ b/src/operator/contrib/multibox_prior.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_prior.cc * \brief generate multibox prior boxes cpu implementation * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_prior.cu b/src/operator/contrib/multibox_prior.cu index 3996065ed2dd..6abec58c081f 100644 --- a/src/operator/contrib/multibox_prior.cu +++ b/src/operator/contrib/multibox_prior.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_prior.cu * \brief generate multibox prior boxes cuda kernels * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_target-inl.h b/src/operator/contrib/multibox_target-inl.h index 98d0983d1de4..a0be23d5b3d9 100644 --- a/src/operator/contrib/multibox_target-inl.h +++ b/src/operator/contrib/multibox_target-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_target-inl.h * \brief * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_target.cc b/src/operator/contrib/multibox_target.cc index 962ddb6df4e8..6ba24bca78b9 100644 --- a/src/operator/contrib/multibox_target.cc +++ b/src/operator/contrib/multibox_target.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_target.cc * \brief MultiBoxTarget op * \author Joshua Zhang diff --git a/src/operator/contrib/multibox_target.cu b/src/operator/contrib/multibox_target.cu index 4030c1e4100f..d9d3b6abaff7 100644 --- a/src/operator/contrib/multibox_target.cu +++ b/src/operator/contrib/multibox_target.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file multibox_target.cu * \brief MultiBoxTarget op * \author Joshua Zhang diff --git a/src/operator/contrib/nnz.cc b/src/operator/contrib/nnz.cc index ff0459973afa..b0651a732001 100644 --- a/src/operator/contrib/nnz.cc +++ b/src/operator/contrib/nnz.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file nnz.cc * \brief CPU Implementation of nnz operator */ diff --git a/src/operator/contrib/optimizer_op-inl.h b/src/operator/contrib/optimizer_op-inl.h index 3e3803cc1a68..645a98396030 100644 --- a/src/operator/contrib/optimizer_op-inl.h +++ b/src/operator/contrib/optimizer_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file optimizer_op-inl.h * \brief Optimizer operators * \author Leonard Lausen diff --git a/src/operator/contrib/optimizer_op.cc b/src/operator/contrib/optimizer_op.cc index c508c50c3c0f..9a698b6bd2a0 100644 --- a/src/operator/contrib/optimizer_op.cc +++ b/src/operator/contrib/optimizer_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file optimizer_op.cc * \brief Optimizer operators * \author Leonard Lausen diff --git a/src/operator/contrib/optimizer_op.cu b/src/operator/contrib/optimizer_op.cu index 63a599a29962..c5838269ad85 100644 --- a/src/operator/contrib/optimizer_op.cu +++ b/src/operator/contrib/optimizer_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file optimizer_op.cu * \brief Optimizer operators * \author Leonard Lausen diff --git a/src/operator/contrib/preloaded_multi_sgd-inl.h b/src/operator/contrib/preloaded_multi_sgd-inl.h index bcc2e611fb96..b3693daf7941 100644 --- a/src/operator/contrib/preloaded_multi_sgd-inl.h +++ b/src/operator/contrib/preloaded_multi_sgd-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file preloaded_multi_sgd-inl.h * \brief Multi-sgd optimizers with lrs and wds as mxnet inputs * \author Clement Fuji Tsang diff --git a/src/operator/contrib/preloaded_multi_sgd.cc b/src/operator/contrib/preloaded_multi_sgd.cc index 3aa059078077..def62e582d62 100644 --- a/src/operator/contrib/preloaded_multi_sgd.cc +++ b/src/operator/contrib/preloaded_multi_sgd.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file preloaded_multi_sgd.cc * \brief Multi-sgd optimizers with lrs and wds as mxnet inputs * \author Clement Fuji Tsang diff --git a/src/operator/contrib/preloaded_multi_sgd.cu b/src/operator/contrib/preloaded_multi_sgd.cu index bccdf90ca7c1..6685b523a159 100644 --- a/src/operator/contrib/preloaded_multi_sgd.cu +++ b/src/operator/contrib/preloaded_multi_sgd.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file preloaded_multi_sgd.cu * \brief Multi-sgd optimizers with lrs and wds as mxnet inputs * \author Clement Fuji Tsang diff --git a/src/operator/contrib/proposal-inl.h b/src/operator/contrib/proposal-inl.h index 4373877532cf..5c547d3bf63b 100644 --- a/src/operator/contrib/proposal-inl.h +++ b/src/operator/contrib/proposal-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file proposal-inl.h * \brief Proposal Operator * \author Piotr Teterwak, Bing Xu, Jian Guo diff --git a/src/operator/contrib/proposal.cc b/src/operator/contrib/proposal.cc index 984eb458d95b..f5cc96bbf142 100644 --- a/src/operator/contrib/proposal.cc +++ b/src/operator/contrib/proposal.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file proposal.cc * \brief * \author Piotr Teterwak, Bing Xu, Jian Guo diff --git a/src/operator/contrib/proposal.cu b/src/operator/contrib/proposal.cu index ec1fa5f197ba..771c1041e293 100644 --- a/src/operator/contrib/proposal.cu +++ b/src/operator/contrib/proposal.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file proposal.cu * \brief Proposal Operator * \author Shaoqing Ren, Jian Guo diff --git a/src/operator/contrib/psroi_pooling-inl.h b/src/operator/contrib/psroi_pooling-inl.h index b11fed7181fa..9e34aae1f24c 100644 --- a/src/operator/contrib/psroi_pooling-inl.h +++ b/src/operator/contrib/psroi_pooling-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * Copyright (c) 2017 Microsoft * \file psroi_pooling-inl.h * \brief psroi pooling operator and symbol diff --git a/src/operator/contrib/psroi_pooling.cc b/src/operator/contrib/psroi_pooling.cc index 25d4eceb326e..fdb737c17e31 100644 --- a/src/operator/contrib/psroi_pooling.cc +++ b/src/operator/contrib/psroi_pooling.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * Copyright (c) 2017 Microsoft * Licensed under The Apache-2.0 License [see LICENSE for details] * \file psroi_pooling.cc diff --git a/src/operator/contrib/psroi_pooling.cu b/src/operator/contrib/psroi_pooling.cu index b36fe758d31c..a46851e3862d 100644 --- a/src/operator/contrib/psroi_pooling.cu +++ b/src/operator/contrib/psroi_pooling.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * Copyright (c) 2017 Microsoft * Licensed under The Apache-2.0 License [see LICENSE for details] * \file psroi_pooling.cu diff --git a/src/operator/contrib/reset_arrays-inl.h b/src/operator/contrib/reset_arrays-inl.h index f55fe07e0209..387c77e0ec35 100644 --- a/src/operator/contrib/reset_arrays-inl.h +++ b/src/operator/contrib/reset_arrays-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file reset_arrays-inl.h * \brief setting all array element values to zeros * \author Moises Hernandez-Fernandez, Andrei Ivanov diff --git a/src/operator/contrib/reset_arrays.cc b/src/operator/contrib/reset_arrays.cc index 8a49f31bbc15..049eec5d863e 100644 --- a/src/operator/contrib/reset_arrays.cc +++ b/src/operator/contrib/reset_arrays.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file reset_arrays.cc * \brief setting all array element values to zeros * \author Moises Hernandez-Fernandez, Andrei Ivanov diff --git a/src/operator/contrib/reset_arrays.cu b/src/operator/contrib/reset_arrays.cu index 986c987ddbf5..4b6eed8a1c84 100644 --- a/src/operator/contrib/reset_arrays.cu +++ b/src/operator/contrib/reset_arrays.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file reset_arrays.cu * \brief setting all array element values to zeros * \author Moises Hernandez-Fernandez, Andrei Ivanov diff --git a/src/operator/contrib/roi_align-inl.h b/src/operator/contrib/roi_align-inl.h index 282d911734b3..2fb79aff5a2f 100644 --- a/src/operator/contrib/roi_align-inl.h +++ b/src/operator/contrib/roi_align-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file roi_align-inl.h * \brief roi align operator and symbol * \author Hang Zhang, Shesung diff --git a/src/operator/contrib/roi_align.cc b/src/operator/contrib/roi_align.cc index ccd6bbe0978e..edf938a0c0d2 100644 --- a/src/operator/contrib/roi_align.cc +++ b/src/operator/contrib/roi_align.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file roi_align.cc * \brief roi align operator * \author Hang Zhang, Shesung diff --git a/src/operator/contrib/roi_align.cu b/src/operator/contrib/roi_align.cu index 0711496edb67..65e7a17e2b78 100644 --- a/src/operator/contrib/roi_align.cu +++ b/src/operator/contrib/roi_align.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file roi_align.cu * \brief roi align operator * \author Hang Zhang, Shesung diff --git a/src/operator/contrib/rroi_align-inl.h b/src/operator/contrib/rroi_align-inl.h index a238f60daca7..1bd302f89eb3 100644 --- a/src/operator/contrib/rroi_align-inl.h +++ b/src/operator/contrib/rroi_align-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file rroi_align-inl.h * \brief rroi align operator and symbol * \author Yixin Bao diff --git a/src/operator/contrib/rroi_align.cc b/src/operator/contrib/rroi_align.cc index e3e399e236fa..25e506450c30 100644 --- a/src/operator/contrib/rroi_align.cc +++ b/src/operator/contrib/rroi_align.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file rroi_align.cc * \brief rroi align operator * \author Yixin Bao diff --git a/src/operator/contrib/stes_op.cc b/src/operator/contrib/stes_op.cc index 656b5810cd98..e8b2c571ffd1 100644 --- a/src/operator/contrib/stes_op.cc +++ b/src/operator/contrib/stes_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file stes_op.cc * \Straight-through-estimators round and sign operators. * \author Itay Golan diff --git a/src/operator/contrib/stes_op.cu b/src/operator/contrib/stes_op.cu index 1bcb86269de8..f2118694a11a 100644 --- a/src/operator/contrib/stes_op.cu +++ b/src/operator/contrib/stes_op.cu @@ -18,12 +18,10 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file stes_op.cu * \Straight-through-estimators round and sign operators. * \author Itay Golan */ - #include "stes_op.h" namespace mxnet { diff --git a/src/operator/contrib/stes_op.h b/src/operator/contrib/stes_op.h index 335be762f168..508d637ba35c 100644 --- a/src/operator/contrib/stes_op.h +++ b/src/operator/contrib/stes_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file stes_op.h * \Straight-through-estimators round and sign operators. * \author Itay Golan diff --git a/src/operator/contrib/sync_batch_norm-inl.h b/src/operator/contrib/sync_batch_norm-inl.h index fe96c4f0fb6e..aef0606b83fb 100644 --- a/src/operator/contrib/sync_batch_norm-inl.h +++ b/src/operator/contrib/sync_batch_norm-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file sync_batch_norm-inl.h * \brief Synchronized BatchNorm modified from BatchNormV1 * \author Hang Zhang diff --git a/src/operator/contrib/sync_batch_norm.cc b/src/operator/contrib/sync_batch_norm.cc index 2797171d6dbf..59cbfa05a075 100644 --- a/src/operator/contrib/sync_batch_norm.cc +++ b/src/operator/contrib/sync_batch_norm.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file sync_batch_norm.cc * \brief Synchronized BatchNorm modified from BatchNormV1 * \author Hang Zhang diff --git a/src/operator/contrib/sync_batch_norm.cu b/src/operator/contrib/sync_batch_norm.cu index a0503d43b325..f9a51565d721 100644 --- a/src/operator/contrib/sync_batch_norm.cu +++ b/src/operator/contrib/sync_batch_norm.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file sync_batch_norm.cc * \brief Synchronized BatchNorm modified from BatchNormV1 * \author Hang Zhang diff --git a/src/operator/contrib/transformer-inl.h b/src/operator/contrib/transformer-inl.h index 30b3dc577657..339557e90231 100644 --- a/src/operator/contrib/transformer-inl.h +++ b/src/operator/contrib/transformer-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file transformer-inl.h * \brief Function used in cc and cu */ diff --git a/src/operator/contrib/transformer.cc b/src/operator/contrib/transformer.cc index 51b847c48807..c9abdbb83bc0 100644 --- a/src/operator/contrib/transformer.cc +++ b/src/operator/contrib/transformer.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file transformer.cc * \brief CPU implementation of the operators used in Transformer */ diff --git a/src/operator/contrib/transformer.cu b/src/operator/contrib/transformer.cu index 5f34317d7f8e..11a4386b42a5 100644 --- a/src/operator/contrib/transformer.cu +++ b/src/operator/contrib/transformer.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file transformer.cu * \brief GPU implementation of the operators used in Transformer */ diff --git a/src/operator/contrib/tvmop/dot.cc b/src/operator/contrib/tvmop/dot.cc index 3ea54de21ac2..8b9780662bbe 100644 --- a/src/operator/contrib/tvmop/dot.cc +++ b/src/operator/contrib/tvmop/dot.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file dot.cc * \brief * \author Haozheng Fan diff --git a/src/operator/contrib/tvmop/ufunc.cc b/src/operator/contrib/tvmop/ufunc.cc index f2b214fe2813..a622bfa2e2c9 100644 --- a/src/operator/contrib/tvmop/ufunc.cc +++ b/src/operator/contrib/tvmop/ufunc.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file ufunc.cc * \brief * \author Yizhi Liu diff --git a/src/operator/correlation-inl.h b/src/operator/correlation-inl.h index 0003f39782df..571d09a748bc 100644 --- a/src/operator/correlation-inl.h +++ b/src/operator/correlation-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file correlation-inl.h * \brief correlation operator and symbol * \author Xu Dong diff --git a/src/operator/correlation.cc b/src/operator/correlation.cc index 64528ce8cfb3..582dd28925a2 100644 --- a/src/operator/correlation.cc +++ b/src/operator/correlation.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file correlation.cc * \brief correlation op * \author Xu Dong diff --git a/src/operator/correlation.cu b/src/operator/correlation.cu index 39c9759a073c..161f0858cdec 100644 --- a/src/operator/correlation.cu +++ b/src/operator/correlation.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright [2016] * \file Correation.cu * \brief Correlation operator * \author Xu Dong diff --git a/src/operator/crop-inl.h b/src/operator/crop-inl.h index 45c153f8338d..6beccd449c4a 100644 --- a/src/operator/crop-inl.h +++ b/src/operator/crop-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file crop-inl.h * \brief * \author Wei Wu diff --git a/src/operator/crop.cc b/src/operator/crop.cc index edcdd9041560..5d4f8aaf29d7 100644 --- a/src/operator/crop.cc +++ b/src/operator/crop.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file crop.cc * \brief * \author Wei Wu diff --git a/src/operator/crop.cu b/src/operator/crop.cu index 37b1460b0ee1..423cfc1daea0 100644 --- a/src/operator/crop.cu +++ b/src/operator/crop.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file concat.cu * \brief * \author Wei Wu diff --git a/src/operator/cross_device_copy.cc b/src/operator/cross_device_copy.cc index 14cb81c4fb43..f0ca47291f46 100644 --- a/src/operator/cross_device_copy.cc +++ b/src/operator/cross_device_copy.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cross_device_copy.cc * \brief Special operator that copys NDArray */ diff --git a/src/operator/cudnn_bilinear_sampler-inl.h b/src/operator/cudnn_bilinear_sampler-inl.h index 7b6690d35d4f..25d4f1036e8b 100644 --- a/src/operator/cudnn_bilinear_sampler-inl.h +++ b/src/operator/cudnn_bilinear_sampler-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file cudnn_bilinear_sampler-inl.h * \brief * \author Xu Dong diff --git a/src/operator/cudnn_lrn-inl.h b/src/operator/cudnn_lrn-inl.h index 3068ef1b3925..a47e9c217148 100644 --- a/src/operator/cudnn_lrn-inl.h +++ b/src/operator/cudnn_lrn-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_lrn-inl.h * \brief * \author Bing Xu diff --git a/src/operator/cudnn_spatial_transformer-inl.h b/src/operator/cudnn_spatial_transformer-inl.h index d174426ed8eb..e0eb16c984ae 100644 --- a/src/operator/cudnn_spatial_transformer-inl.h +++ b/src/operator/cudnn_spatial_transformer-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file cudnn_spatial_transformer-inl.h * \brief * \author Wei Wu diff --git a/src/operator/custom/custom-inl.h b/src/operator/custom/custom-inl.h index 073dc33ac7e3..69eda4d7c622 100644 --- a/src/operator/custom/custom-inl.h +++ b/src/operator/custom/custom-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file native_op-inl.h * \brief * \author Junyuan Xie diff --git a/src/operator/custom/custom.cc b/src/operator/custom/custom.cc index 86842499b047..7b3a29be4807 100644 --- a/src/operator/custom/custom.cc +++ b/src/operator/custom/custom.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file custom.cc * \brief * \author Junyuan Xie diff --git a/src/operator/custom/native_op-inl.h b/src/operator/custom/native_op-inl.h index 2c2e3c2798e6..d7d6f97aa12c 100644 --- a/src/operator/custom/native_op-inl.h +++ b/src/operator/custom/native_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file native_op-inl.h * \brief * \author Junyuan Xie diff --git a/src/operator/custom/native_op.cc b/src/operator/custom/native_op.cc index 5146d8931487..888b023683bd 100644 --- a/src/operator/custom/native_op.cc +++ b/src/operator/custom/native_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file native_op.cc * \brief * \author Junyuan Xie diff --git a/src/operator/custom/native_op.cu b/src/operator/custom/native_op.cu index c1115370fa94..c38460c1e6c5 100644 --- a/src/operator/custom/native_op.cu +++ b/src/operator/custom/native_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file native_op.cu * \brief * \author Junyuan Xie diff --git a/src/operator/custom/ndarray_op-inl.h b/src/operator/custom/ndarray_op-inl.h index f90c91a288ad..2876597c5a70 100644 --- a/src/operator/custom/ndarray_op-inl.h +++ b/src/operator/custom/ndarray_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file native_op-inl.h * \brief * \author Junyuan Xie diff --git a/src/operator/custom/ndarray_op.cc b/src/operator/custom/ndarray_op.cc index e99ae9352fa3..ac59d5f22b43 100644 --- a/src/operator/custom/ndarray_op.cc +++ b/src/operator/custom/ndarray_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file ndarray_op.cc * \brief * \author Junyuan Xie diff --git a/src/operator/elemwise_op_common.h b/src/operator/elemwise_op_common.h index 512accd55f88..ca4f08d56b7c 100644 --- a/src/operator/elemwise_op_common.h +++ b/src/operator/elemwise_op_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_op_common.h * \brief common function used for broadcasting and reducing * \author Xingjian Shi diff --git a/src/operator/grid_generator-inl.h b/src/operator/grid_generator-inl.h index 979fbe1641c6..68d2b21d3605 100644 --- a/src/operator/grid_generator-inl.h +++ b/src/operator/grid_generator-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file grid_generator-inl.h * \brief * The operator generate sampling grid diff --git a/src/operator/grid_generator.cc b/src/operator/grid_generator.cc index 22518cf8c5ba..c4d4d8bf7761 100644 --- a/src/operator/grid_generator.cc +++ b/src/operator/grid_generator.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file grid_generator.cc * \brief * \author Xu Dong diff --git a/src/operator/grid_generator.cu b/src/operator/grid_generator.cu index e4ef47fe3ef2..33d14b56ea2b 100644 --- a/src/operator/grid_generator.cu +++ b/src/operator/grid_generator.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file grid_generator.cu * \brief * \author Xu Dong diff --git a/src/operator/identity_attach_KL_sparse_reg-inl.h b/src/operator/identity_attach_KL_sparse_reg-inl.h index bac45dbf6a30..bfd5516e1095 100644 --- a/src/operator/identity_attach_KL_sparse_reg-inl.h +++ b/src/operator/identity_attach_KL_sparse_reg-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sparse_reg-inl.h * \brief */ diff --git a/src/operator/identity_attach_KL_sparse_reg.cc b/src/operator/identity_attach_KL_sparse_reg.cc index aa4659fba643..e9ede09d16d6 100644 --- a/src/operator/identity_attach_KL_sparse_reg.cc +++ b/src/operator/identity_attach_KL_sparse_reg.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file identity_attach_KL_sparse_reg.cc * \brief\ */ diff --git a/src/operator/identity_attach_KL_sparse_reg.cu b/src/operator/identity_attach_KL_sparse_reg.cu index 517ce1b92532..4983bb755788 100644 --- a/src/operator/identity_attach_KL_sparse_reg.cu +++ b/src/operator/identity_attach_KL_sparse_reg.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file identity_attach_KL_sparse_reg.cu * \brief */ diff --git a/src/operator/image/crop-inl.h b/src/operator/image/crop-inl.h index 136725722197..22efaee21eeb 100644 --- a/src/operator/image/crop-inl.h +++ b/src/operator/image/crop-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file crop-inl.h * \brief the image crop operator implementation */ diff --git a/src/operator/image/crop.cc b/src/operator/image/crop.cc index 2f109404df29..72af34dd65fd 100644 --- a/src/operator/image/crop.cc +++ b/src/operator/image/crop.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file crop-cc.h * \brief the image crop operator registration */ diff --git a/src/operator/image/image_utils.h b/src/operator/image/image_utils.h index 23a5ffc4b75c..3be92612b676 100644 --- a/src/operator/image/image_utils.h +++ b/src/operator/image/image_utils.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file image_utils.h * \brief the image operator utility function implementation * \author Jake Lee diff --git a/src/operator/image/resize.cc b/src/operator/image/resize.cc index ed698b501b8b..7ad229cd83f4 100644 --- a/src/operator/image/resize.cc +++ b/src/operator/image/resize.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file resize.cc * \brief resize operator cpu * \author Jake Lee diff --git a/src/operator/image/resize.cu b/src/operator/image/resize.cu index 1f463d147d7b..da7a7029c9c1 100644 --- a/src/operator/image/resize.cu +++ b/src/operator/image/resize.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file bilinear_resize.cu * \brief bilinear resize operator * \author Hang Zhang, Jake Lee diff --git a/src/operator/instance_norm-inl.h b/src/operator/instance_norm-inl.h index 7fbb612d2b0c..77b08de111ca 100644 --- a/src/operator/instance_norm-inl.h +++ b/src/operator/instance_norm-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file instance_norm-inl.h * \brief Reproducing paper Instance Normalization: The Missing Ingredient for * Fast Stylization, D. Ulyanov, A. Vedaldi, V. Lempitsky, 2016 diff --git a/src/operator/instance_norm.cc b/src/operator/instance_norm.cc index 0735f79d56d5..8e1b971978ab 100644 --- a/src/operator/instance_norm.cc +++ b/src/operator/instance_norm.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file instance_norm.cc * \brief * \author Sebastian Bodenstein diff --git a/src/operator/instance_norm.cu b/src/operator/instance_norm.cu index 48231e7ed26a..ca45dbbff386 100644 --- a/src/operator/instance_norm.cu +++ b/src/operator/instance_norm.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file instance_norm.cu * \brief * \author Sebastian Bodenstein diff --git a/src/operator/l2_normalization-inl.h b/src/operator/l2_normalization-inl.h index e89077dc7de9..8c3db0856a80 100644 --- a/src/operator/l2_normalization-inl.h +++ b/src/operator/l2_normalization-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file l2_normalization_op-inl.h * \brief instance l2 Normalization op */ diff --git a/src/operator/l2_normalization.cc b/src/operator/l2_normalization.cc index 8231c8e077f7..9f633f20c81e 100644 --- a/src/operator/l2_normalization.cc +++ b/src/operator/l2_normalization.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file l2_normalization.cc * \brief l2 normalization operator */ diff --git a/src/operator/l2_normalization.cu b/src/operator/l2_normalization.cu index 39e7abe7a7ff..fbb268311158 100644 --- a/src/operator/l2_normalization.cu +++ b/src/operator/l2_normalization.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file l2_normalization.cu * \brief l2 normalization operator */ diff --git a/src/operator/leaky_relu-inl.h b/src/operator/leaky_relu-inl.h index c6f9f14c2b06..761541aea554 100644 --- a/src/operator/leaky_relu-inl.h +++ b/src/operator/leaky_relu-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file leaky_relu-inl.h * \brief leaky relu family operator * \author Bing Xu diff --git a/src/operator/leaky_relu.cc b/src/operator/leaky_relu.cc index 2dd1819b4a68..799311b07679 100644 --- a/src/operator/leaky_relu.cc +++ b/src/operator/leaky_relu.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file leaky_relu.cc * \brief * \author Bing Xu diff --git a/src/operator/leaky_relu.cu b/src/operator/leaky_relu.cu index 8d63050cb61a..d461949ed225 100644 --- a/src/operator/leaky_relu.cu +++ b/src/operator/leaky_relu.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file leaky_relu.cc * \brief * \author Bing Xu diff --git a/src/operator/loss_binary_op-inl.h b/src/operator/loss_binary_op-inl.h index 037f35870d0f..ed2e4d23c086 100644 --- a/src/operator/loss_binary_op-inl.h +++ b/src/operator/loss_binary_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file loss_binary_op-inl.h * \brief Loss functions */ diff --git a/src/operator/loss_binary_op.cc b/src/operator/loss_binary_op.cc index 3e3b908ea2ea..3184a1039ade 100644 --- a/src/operator/loss_binary_op.cc +++ b/src/operator/loss_binary_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file loss_binary_op.cc * \brief loss function that takes a data and label */ diff --git a/src/operator/loss_binary_op.cu b/src/operator/loss_binary_op.cu index 1d74392e7d1f..5be014f7d855 100644 --- a/src/operator/loss_binary_op.cu +++ b/src/operator/loss_binary_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file loss_binary_op.cu * \brief loss function that takes a data and label */ diff --git a/src/operator/make_loss-inl.h b/src/operator/make_loss-inl.h index 465797feab48..a20a642cc569 100644 --- a/src/operator/make_loss-inl.h +++ b/src/operator/make_loss-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file make_loss-inl.h * \brief special layer for propagating loss */ diff --git a/src/operator/make_loss.cc b/src/operator/make_loss.cc index 1ea2e6138b82..11f711a2a9bc 100644 --- a/src/operator/make_loss.cc +++ b/src/operator/make_loss.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file make_loss.cc * \brief special layer for propagating loss */ diff --git a/src/operator/make_loss.cu b/src/operator/make_loss.cu index 7a6e8311d786..2ff2b501725f 100644 --- a/src/operator/make_loss.cu +++ b/src/operator/make_loss.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file make_loss.cu * \brief special layer for propagating loss */ diff --git a/src/operator/mkl_functions-inl.h b/src/operator/mkl_functions-inl.h index 7b1a455332e7..372405e2390f 100644 --- a/src/operator/mkl_functions-inl.h +++ b/src/operator/mkl_functions-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkl_functions-inl.h * \brief Wrapper for MKL VML functions * \author Tao Lv, Shufan Wu diff --git a/src/operator/mshadow_op.h b/src/operator/mshadow_op.h index eee928452f50..375b19f9b801 100644 --- a/src/operator/mshadow_op.h +++ b/src/operator/mshadow_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file mshadow_op.h * \brief * \author Bing Xu diff --git a/src/operator/mxnet_op.h b/src/operator/mxnet_op.h index a0083cda3da8..fd3b5877224e 100644 --- a/src/operator/mxnet_op.h +++ b/src/operator/mxnet_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file mxnet_op.h * \brief * \author Junyuan Xie diff --git a/src/operator/nn/activation-inl.h b/src/operator/nn/activation-inl.h index e722d8adb1e0..858a8d44d882 100644 --- a/src/operator/nn/activation-inl.h +++ b/src/operator/nn/activation-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file activation-inl.h * \brief Activation operator * \author Bing Xu, Da Zheng diff --git a/src/operator/nn/activation.cc b/src/operator/nn/activation.cc index ad559b09e240..4efe4cd41262 100644 --- a/src/operator/nn/activation.cc +++ b/src/operator/nn/activation.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file activation.cc * \brief activation op * \author Bing Xu, Da Zheng diff --git a/src/operator/nn/activation.cu b/src/operator/nn/activation.cu index 228a71b8843a..74c717e53678 100644 --- a/src/operator/nn/activation.cu +++ b/src/operator/nn/activation.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file activation.cu * \brief * \author Bing Xu diff --git a/src/operator/nn/batch_norm-inl.h b/src/operator/nn/batch_norm-inl.h index 2a7399400224..8b5ff3c76f04 100644 --- a/src/operator/nn/batch_norm-inl.h +++ b/src/operator/nn/batch_norm-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file batch_norm-inl.h * \brief * \author Bing Xu, Chris Olivier, Da Zheng diff --git a/src/operator/nn/batch_norm.cc b/src/operator/nn/batch_norm.cc index e6f6fceb2504..fb12180282ee 100644 --- a/src/operator/nn/batch_norm.cc +++ b/src/operator/nn/batch_norm.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file batch_norm.cc * \brief * \author Bing Xu, Chris Olivier, Da Zheng diff --git a/src/operator/nn/batch_norm.cu b/src/operator/nn/batch_norm.cu index 1d71bf9b52f0..7807691e7c2b 100644 --- a/src/operator/nn/batch_norm.cu +++ b/src/operator/nn/batch_norm.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file batch_norm.cu * \brief CUDA Batch Normalization code * \author Chris Olivier, Bing Xu, Da Zheng diff --git a/src/operator/nn/concat-inl.h b/src/operator/nn/concat-inl.h index 1163085e7f72..778324a3ea24 100644 --- a/src/operator/nn/concat-inl.h +++ b/src/operator/nn/concat-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file concat-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/concat.cc b/src/operator/nn/concat.cc index 18ad078d69e9..5bfe8cfa7463 100644 --- a/src/operator/nn/concat.cc +++ b/src/operator/nn/concat.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file concat.cc * \brief * \author Bing Xu diff --git a/src/operator/nn/concat.cu b/src/operator/nn/concat.cu index 574183fed19d..d50d21801c3a 100644 --- a/src/operator/nn/concat.cu +++ b/src/operator/nn/concat.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file concat.cu * \brief * \author Bing Xu diff --git a/src/operator/nn/convolution-inl.h b/src/operator/nn/convolution-inl.h index 46ff8ca50aea..da0da22d2ee0 100644 --- a/src/operator/nn/convolution-inl.h +++ b/src/operator/nn/convolution-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file convolution-inl.h * \brief * \ref: https://github.com/Yangqing/caffe/wiki/Convolution-in-Caffe:-a-memo diff --git a/src/operator/nn/convolution.cc b/src/operator/nn/convolution.cc index 1d17aaabfc92..7dcc2030ec12 100644 --- a/src/operator/nn/convolution.cc +++ b/src/operator/nn/convolution.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file convolution.cc * \brief * \author Bing Xu, Jun Wu, Da Zheng diff --git a/src/operator/nn/convolution.cu b/src/operator/nn/convolution.cu index a3477d724a42..deeac83456db 100644 --- a/src/operator/nn/convolution.cu +++ b/src/operator/nn/convolution.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file convolution.cu * \brief * \author Bing Xu, Jun Wu, Da Zheng diff --git a/src/operator/nn/ctc_loss-inl.h b/src/operator/nn/ctc_loss-inl.h index 78270f3d4c15..054e46ab6ba2 100644 --- a/src/operator/nn/ctc_loss-inl.h +++ b/src/operator/nn/ctc_loss-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file ctc_loss-inl.h * \brief CTC Loss operator */ diff --git a/src/operator/nn/ctc_loss.cu b/src/operator/nn/ctc_loss.cu index d045f244ad97..b7a05dc9d9f7 100644 --- a/src/operator/nn/ctc_loss.cu +++ b/src/operator/nn/ctc_loss.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file ctc_loss.cu * \brief GPU Implementation of ctc_loss op */ diff --git a/src/operator/nn/cudnn/cudnn_activation-inl.h b/src/operator/nn/cudnn/cudnn_activation-inl.h index 747a850942a3..9de4f760b54f 100644 --- a/src/operator/nn/cudnn/cudnn_activation-inl.h +++ b/src/operator/nn/cudnn/cudnn_activation-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_activation-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/cudnn/cudnn_algoreg-inl.h b/src/operator/nn/cudnn/cudnn_algoreg-inl.h index d730fbb52fcd..fa04a84b02cf 100644 --- a/src/operator/nn/cudnn/cudnn_algoreg-inl.h +++ b/src/operator/nn/cudnn/cudnn_algoreg-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_algoreg-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/cudnn/cudnn_algoreg.cc b/src/operator/nn/cudnn/cudnn_algoreg.cc index 2fc0c287a43b..50fd3a2a7b8b 100644 --- a/src/operator/nn/cudnn/cudnn_algoreg.cc +++ b/src/operator/nn/cudnn/cudnn_algoreg.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_algoreg.cc * \brief * \author Junyuan Xie diff --git a/src/operator/nn/cudnn/cudnn_batch_norm-inl.h b/src/operator/nn/cudnn/cudnn_batch_norm-inl.h index 499980530d51..0f79430cfbeb 100644 --- a/src/operator/nn/cudnn/cudnn_batch_norm-inl.h +++ b/src/operator/nn/cudnn/cudnn_batch_norm-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_batch_norm-inl.h * \brief * \author Junyuan Xie diff --git a/src/operator/nn/cudnn/cudnn_batch_norm.cc b/src/operator/nn/cudnn/cudnn_batch_norm.cc index 8b47b78090b5..5ea46f285572 100644 --- a/src/operator/nn/cudnn/cudnn_batch_norm.cc +++ b/src/operator/nn/cudnn/cudnn_batch_norm.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_batch_norm.cc * \brief * \author Junyuan Xie, Da Zheng diff --git a/src/operator/nn/cudnn/cudnn_convolution-inl.h b/src/operator/nn/cudnn/cudnn_convolution-inl.h index ce9672373106..e94b172bc398 100644 --- a/src/operator/nn/cudnn/cudnn_convolution-inl.h +++ b/src/operator/nn/cudnn/cudnn_convolution-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_convolution-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/cudnn/cudnn_deconvolution-inl.h b/src/operator/nn/cudnn/cudnn_deconvolution-inl.h index 382810810766..571bd558ade0 100644 --- a/src/operator/nn/cudnn/cudnn_deconvolution-inl.h +++ b/src/operator/nn/cudnn/cudnn_deconvolution-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file cudnn_deconvolution-inl.h * \brief * \author Wei Wu, Leonard Lausen diff --git a/src/operator/nn/cudnn/cudnn_pooling-inl.h b/src/operator/nn/cudnn/cudnn_pooling-inl.h index d6de60a04496..b807234e1d7b 100644 --- a/src/operator/nn/cudnn/cudnn_pooling-inl.h +++ b/src/operator/nn/cudnn/cudnn_pooling-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_pooling-inl.h * \brief * \author Bing Xu, Dick Carter diff --git a/src/operator/nn/cudnn/cudnn_softmax_activation-inl.h b/src/operator/nn/cudnn/cudnn_softmax_activation-inl.h index f8bad7b4aa60..e3b6369aa307 100644 --- a/src/operator/nn/cudnn/cudnn_softmax_activation-inl.h +++ b/src/operator/nn/cudnn/cudnn_softmax_activation-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cudnn_activation-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/deconvolution-inl.h b/src/operator/nn/deconvolution-inl.h index 8b2ae8e0c8a8..60e2133a3f69 100644 --- a/src/operator/nn/deconvolution-inl.h +++ b/src/operator/nn/deconvolution-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file deconvolution-inl.h * \brief * \author Wei Wu, Da Zheng diff --git a/src/operator/nn/deconvolution.cc b/src/operator/nn/deconvolution.cc index aa1f1daa36aa..918375f0dda3 100644 --- a/src/operator/nn/deconvolution.cc +++ b/src/operator/nn/deconvolution.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file deconvolution.cc * \brief * \author Wei Wu, Da Zheng diff --git a/src/operator/nn/deconvolution.cu b/src/operator/nn/deconvolution.cu index b757c5b4aeb6..63b8b71ed452 100644 --- a/src/operator/nn/deconvolution.cu +++ b/src/operator/nn/deconvolution.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file deconvolution.cu * \brief * \author Wei Wu, Da Zheng diff --git a/src/operator/nn/dropout-inl.h b/src/operator/nn/dropout-inl.h index 47e573a41f61..18f94cffd25b 100644 --- a/src/operator/nn/dropout-inl.h +++ b/src/operator/nn/dropout-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file dropout-inl.h * \brief * \author Bing Xu, Da Zheng, Hang Zhang diff --git a/src/operator/nn/dropout.cc b/src/operator/nn/dropout.cc index 500c9b2098fe..bc27233162b7 100644 --- a/src/operator/nn/dropout.cc +++ b/src/operator/nn/dropout.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file dropout.cc * \brief * \author Bing Xu, Da Zheng, Hang Zhang diff --git a/src/operator/nn/dropout.cu b/src/operator/nn/dropout.cu index e01bde0bd1ac..d6c97f5f09fc 100644 --- a/src/operator/nn/dropout.cu +++ b/src/operator/nn/dropout.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file dropout.cc * \brief * \author Bing Xu, Da Zheng, Hang Zhang diff --git a/src/operator/nn/fully_connected-inl.h b/src/operator/nn/fully_connected-inl.h index 68075af421ae..d95921a73e6a 100644 --- a/src/operator/nn/fully_connected-inl.h +++ b/src/operator/nn/fully_connected-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file fully_connect_op-inl.h * \brief fully connect operator and symbol */ diff --git a/src/operator/nn/fully_connected.cc b/src/operator/nn/fully_connected.cc index 69f3f070be8a..de9351aabdc5 100644 --- a/src/operator/nn/fully_connected.cc +++ b/src/operator/nn/fully_connected.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file fully_connected.cc * \brief fully connect operator */ diff --git a/src/operator/nn/fully_connected.cu b/src/operator/nn/fully_connected.cu index cb639817c036..029d530d994f 100644 --- a/src/operator/nn/fully_connected.cu +++ b/src/operator/nn/fully_connected.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file fully_connected.cu * \brief fully connect operator */ diff --git a/src/operator/nn/group_norm-inl.h b/src/operator/nn/group_norm-inl.h index 16e5fa33a5a7..aa6ac8c41ce2 100644 --- a/src/operator/nn/group_norm-inl.h +++ b/src/operator/nn/group_norm-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file group_norm-inl.h * \brief Implements Group Normalization (https://arxiv.org/abs/1803.08494). * \author Hao Jin diff --git a/src/operator/nn/group_norm.cc b/src/operator/nn/group_norm.cc index fc181051a8e6..5fecbb3af6a1 100644 --- a/src/operator/nn/group_norm.cc +++ b/src/operator/nn/group_norm.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file group_norm.cc * \brief Implements Group Normalization (https://arxiv.org/abs/1803.08494). */ diff --git a/src/operator/nn/group_norm.cu b/src/operator/nn/group_norm.cu index 218c5692feb9..129c60579ed2 100644 --- a/src/operator/nn/group_norm.cu +++ b/src/operator/nn/group_norm.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file group_norm.cu * \brief Implements Group Normalization (https://arxiv.org/abs/1803.08494). */ diff --git a/src/operator/nn/im2col-inl.h b/src/operator/nn/im2col-inl.h index 101ecc3fbeab..6873924ad78a 100644 --- a/src/operator/nn/im2col-inl.h +++ b/src/operator/nn/im2col-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file im2col-inl.h * \brief * \author Jiajun Wang diff --git a/src/operator/nn/im2col.cc b/src/operator/nn/im2col.cc index fd9935d6ab2b..71b9f39f7467 100644 --- a/src/operator/nn/im2col.cc +++ b/src/operator/nn/im2col.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file im2col.cc * \brief * \author Jiajun Wang diff --git a/src/operator/nn/im2col.cu b/src/operator/nn/im2col.cu index 4ff3d41a8ebc..48e148193f3c 100644 --- a/src/operator/nn/im2col.cu +++ b/src/operator/nn/im2col.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file im2col.cu * \brief * \author Jiajun Wang diff --git a/src/operator/nn/im2col.cuh b/src/operator/nn/im2col.cuh index d013996a79b7..c2b7ee2df199 100644 --- a/src/operator/nn/im2col.cuh +++ b/src/operator/nn/im2col.cuh @@ -48,7 +48,6 @@ * ***************** END Caffe Copyright Notice and Disclaimer ******************** * - * Copyright (c) 2017 by Contributors * \file im2col.h * \brief Function definitions of converting an image to * column matrix based on kernel, padding, and dilation. diff --git a/src/operator/nn/im2col.h b/src/operator/nn/im2col.h index dc664655cc1d..82acc1d2ce56 100644 --- a/src/operator/nn/im2col.h +++ b/src/operator/nn/im2col.h @@ -48,7 +48,6 @@ * ***************** END Caffe Copyright Notice and Disclaimer ******************** * - * Copyright (c) 2017 by Contributors * \file im2col.h * \brief Function definitions of converting an image to * column matrix based on kernel, padding, and dilation. diff --git a/src/operator/nn/layer_norm-inl.h b/src/operator/nn/layer_norm-inl.h index 2ae1b4367669..ef44c413943b 100644 --- a/src/operator/nn/layer_norm-inl.h +++ b/src/operator/nn/layer_norm-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file layer_norm-inl.h * \brief Implements Ba et. al, Layer Normalization (https://arxiv.org/abs/1607.06450). */ diff --git a/src/operator/nn/layer_norm.cc b/src/operator/nn/layer_norm.cc index bfa0ad91c4f4..89d1c2e3cbf5 100644 --- a/src/operator/nn/layer_norm.cc +++ b/src/operator/nn/layer_norm.cc @@ -49,7 +49,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file layer_norm.cc * \brief Implements Ba et. al, Layer Normalization (https://arxiv.org/abs/1607.06450). */ diff --git a/src/operator/nn/layer_norm.cu b/src/operator/nn/layer_norm.cu index 726f6e6de47b..15979dc25b85 100644 --- a/src/operator/nn/layer_norm.cu +++ b/src/operator/nn/layer_norm.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file layer_norm.cu * \brief Implements Ba et. al, Layer Normalization (https://arxiv.org/abs/1607.06450). */ diff --git a/src/operator/nn/log_softmax.cc b/src/operator/nn/log_softmax.cc index 7aa7e117a792..de0cb8dae7f0 100644 --- a/src/operator/nn/log_softmax.cc +++ b/src/operator/nn/log_softmax.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file log_softmax.cc * \brief CPU Implementation of log_softmax */ diff --git a/src/operator/nn/log_softmax.cu b/src/operator/nn/log_softmax.cu index 95a1c5c8b554..bbefbba6c7ea 100644 --- a/src/operator/nn/log_softmax.cu +++ b/src/operator/nn/log_softmax.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file log_softmax.cu * \brief GPU Implementation of log_softmax */ diff --git a/src/operator/nn/lrn-inl.h b/src/operator/nn/lrn-inl.h index d8417955e5d5..92b4ba6c6f6f 100644 --- a/src/operator/nn/lrn-inl.h +++ b/src/operator/nn/lrn-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file lrn-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/lrn.cc b/src/operator/nn/lrn.cc index 92507fc60a45..2c17e47e2b01 100644 --- a/src/operator/nn/lrn.cc +++ b/src/operator/nn/lrn.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file lrn.cc * \brief * \author Bing Xu, Patric Zhao (patric.zhao@intel.com) diff --git a/src/operator/nn/lrn.cu b/src/operator/nn/lrn.cu index ae8f7316bdbc..30d1f8bfbaf8 100644 --- a/src/operator/nn/lrn.cu +++ b/src/operator/nn/lrn.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file lrn.cu * \brief * \author Bing Xu diff --git a/src/operator/nn/mkldnn/mkldnn_act-inl.h b/src/operator/nn/mkldnn/mkldnn_act-inl.h index ca3e4aa3c784..f14eef60b5b6 100644 --- a/src/operator/nn/mkldnn/mkldnn_act-inl.h +++ b/src/operator/nn/mkldnn/mkldnn_act-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_act-inl.h * \brief MKLDNN Activation operator * /author Zhiyuan Huang diff --git a/src/operator/nn/mkldnn/mkldnn_fully_connected-inl.h b/src/operator/nn/mkldnn/mkldnn_fully_connected-inl.h index caf9b1b4f0e8..f6c53e0f8046 100644 --- a/src/operator/nn/mkldnn/mkldnn_fully_connected-inl.h +++ b/src/operator/nn/mkldnn/mkldnn_fully_connected-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_fully_connected-inl.h * \brief Common functions used by MKLDNN (Quantized) FullyConnected operator * \author Ciyong Chen diff --git a/src/operator/nn/mkldnn/mkldnn_fully_connected.cc b/src/operator/nn/mkldnn/mkldnn_fully_connected.cc index 4bd0b94e5b26..023a8f53dc8f 100644 --- a/src/operator/nn/mkldnn/mkldnn_fully_connected.cc +++ b/src/operator/nn/mkldnn/mkldnn_fully_connected.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file mkldnn_fully_connected.cc * \brief MKLDNN FullyConnected operator * \author Da Zheng, Ciyong Chen diff --git a/src/operator/nn/mkldnn/mkldnn_reshape-inl.h b/src/operator/nn/mkldnn/mkldnn_reshape-inl.h index 56394acfaa21..cab6ec18117a 100644 --- a/src/operator/nn/mkldnn/mkldnn_reshape-inl.h +++ b/src/operator/nn/mkldnn/mkldnn_reshape-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_reshape-inl.h * \brief Function definition of mkldnn reshape operator */ diff --git a/src/operator/nn/mkldnn/mkldnn_rnn-inl.h b/src/operator/nn/mkldnn/mkldnn_rnn-inl.h index 14ab1567c543..dee8213ee9a8 100644 --- a/src/operator/nn/mkldnn/mkldnn_rnn-inl.h +++ b/src/operator/nn/mkldnn/mkldnn_rnn-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_rnn-inl.h * \brief Common functions used by MKLDNN RNN operator * \author Zixuan Wei diff --git a/src/operator/nn/mkldnn/mkldnn_rnn.cc b/src/operator/nn/mkldnn/mkldnn_rnn.cc index 34fc044d4d45..b113969ee84c 100644 --- a/src/operator/nn/mkldnn/mkldnn_rnn.cc +++ b/src/operator/nn/mkldnn/mkldnn_rnn.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_rnn.cc * \brief Common functions used by MKLDNN RNN operator * \author Zixuan Wei diff --git a/src/operator/nn/moments-inl.h b/src/operator/nn/moments-inl.h index 0491357acd01..bafa405c3105 100644 --- a/src/operator/nn/moments-inl.h +++ b/src/operator/nn/moments-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file moments-inl.h * \brief Moments operator * \author Hao Jin diff --git a/src/operator/nn/moments.cc b/src/operator/nn/moments.cc index 79d7dd9e78fa..7cfaa0f4eb9b 100644 --- a/src/operator/nn/moments.cc +++ b/src/operator/nn/moments.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file moments.cc * \brief Moments operator * \author Hao Jin diff --git a/src/operator/nn/moments.cu b/src/operator/nn/moments.cu index 50afe6997b86..993e08ac4e5d 100644 --- a/src/operator/nn/moments.cu +++ b/src/operator/nn/moments.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file moments.cu * \brief Moments operator * \author Hao Jin diff --git a/src/operator/nn/pool.cuh b/src/operator/nn/pool.cuh index 92d4e43d51ea..d82d2b274fde 100644 --- a/src/operator/nn/pool.cuh +++ b/src/operator/nn/pool.cuh @@ -67,7 +67,6 @@ * ***************** END Caffe Copyright Notice and Disclaimer ******************** * - * Copyright (c) 2017 by Contributors * \file pool.cuh * \brief Function definitions of pooling 1/2/3-D images. * We adopted looping 2-D image pixels from Caffe and extended it to 1-D and 3-D cases. diff --git a/src/operator/nn/pool.h b/src/operator/nn/pool.h index 3c37dc7d7483..4774d11facbd 100644 --- a/src/operator/nn/pool.h +++ b/src/operator/nn/pool.h @@ -48,7 +48,6 @@ * ***************** END Caffe Copyright Notice and Disclaimer ******************** * - * Copyright (c) 2017 by Contributors * \file pool.h * \brief Function definitions of pooling 1/2/3-D images. * We adopted looping 2-D image pixels from Caffe and extended it to 1-D and 3-D cases. diff --git a/src/operator/nn/pooling-inl.h b/src/operator/nn/pooling-inl.h index fe0c0ceb8bf3..714fd0a2a51d 100644 --- a/src/operator/nn/pooling-inl.h +++ b/src/operator/nn/pooling-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file pooling-inl.h * \brief * \author Bing Xu, Jun Wu, Da Zheng, Hao Jin diff --git a/src/operator/nn/pooling.cc b/src/operator/nn/pooling.cc index a47ebbca7db5..005fe9c8ced6 100644 --- a/src/operator/nn/pooling.cc +++ b/src/operator/nn/pooling.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file pooling.cc * \brief * \author Bing Xu, Jun Wu, Da Zheng diff --git a/src/operator/nn/pooling.cu b/src/operator/nn/pooling.cu index 060f425dc409..c82f5b261177 100644 --- a/src/operator/nn/pooling.cu +++ b/src/operator/nn/pooling.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file pooling.cu * \brief * \author Bing Xu, Jun Wu, Da Zheng diff --git a/src/operator/nn/softmax-inl.h b/src/operator/nn/softmax-inl.h index 620239ff003f..2787e419a156 100644 --- a/src/operator/nn/softmax-inl.h +++ b/src/operator/nn/softmax-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file softmax-inl.h * \brief */ diff --git a/src/operator/nn/softmax.cc b/src/operator/nn/softmax.cc index a02b397aed11..132b36e41e0d 100644 --- a/src/operator/nn/softmax.cc +++ b/src/operator/nn/softmax.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file softmax.cc * \brief CPU Implementation of softmax */ diff --git a/src/operator/nn/softmax.cu b/src/operator/nn/softmax.cu index b88caf903eef..8431892672d9 100644 --- a/src/operator/nn/softmax.cu +++ b/src/operator/nn/softmax.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file softmax.cu * \brief GPU Implementation of softmax */ diff --git a/src/operator/nn/softmax_activation-inl.h b/src/operator/nn/softmax_activation-inl.h index 278db9b023f3..0eddab3e9b60 100644 --- a/src/operator/nn/softmax_activation-inl.h +++ b/src/operator/nn/softmax_activation-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file softmax_activation-inl.h * \brief SoftmaxActivation operator * \author Junyuan Xie, Da Zheng diff --git a/src/operator/nn/softmax_activation.cc b/src/operator/nn/softmax_activation.cc index bdc60556fc8e..d840cb4d21a9 100644 --- a/src/operator/nn/softmax_activation.cc +++ b/src/operator/nn/softmax_activation.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file activation.cc * \brief softmax_activation op * \author Junyuan Xie, Da Zheng diff --git a/src/operator/nn/softmax_activation.cu b/src/operator/nn/softmax_activation.cu index af8c0794b8dd..bd540ce9b006 100644 --- a/src/operator/nn/softmax_activation.cu +++ b/src/operator/nn/softmax_activation.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file softmax_activation.cu * \brief * \author Junyuan Xie, Da Zheng diff --git a/src/operator/nn/softmin.cc b/src/operator/nn/softmin.cc index 9b4d98530a48..88900a576850 100644 --- a/src/operator/nn/softmin.cc +++ b/src/operator/nn/softmin.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file softmax.cc * \brief CPU Implementation of softmin */ diff --git a/src/operator/nn/softmin.cu b/src/operator/nn/softmin.cu index c89ddbf8d342..32bbf13b29dd 100644 --- a/src/operator/nn/softmin.cu +++ b/src/operator/nn/softmin.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file softmin.cu * \brief GPU Implementation of softmin */ diff --git a/src/operator/nn/upsampling-inl.h b/src/operator/nn/upsampling-inl.h index aa56df98e5fc..34b3b59598db 100644 --- a/src/operator/nn/upsampling-inl.h +++ b/src/operator/nn/upsampling-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file upsampling-inl.h * \brief * \author Bing Xu diff --git a/src/operator/nn/upsampling.cc b/src/operator/nn/upsampling.cc index 269d70a69197..54be7f6bcdd6 100644 --- a/src/operator/nn/upsampling.cc +++ b/src/operator/nn/upsampling.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file upsampling_nearest.cc * \brief * \author Bing Xu, Da Zheng diff --git a/src/operator/nn/upsampling.cu b/src/operator/nn/upsampling.cu index 8cc181ecdeae..35fd55012f5e 100644 --- a/src/operator/nn/upsampling.cu +++ b/src/operator/nn/upsampling.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file upsampling_nearest.cc * \brief * \author Bing Xu, Da Zheng diff --git a/src/operator/numpy/linalg/broadcast_reduce_customized-inl.h b/src/operator/numpy/linalg/broadcast_reduce_customized-inl.h index db25eac7a262..cae6279a1258 100644 --- a/src/operator/numpy/linalg/broadcast_reduce_customized-inl.h +++ b/src/operator/numpy/linalg/broadcast_reduce_customized-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015-2017 by Contributors * \file broadcast_reduce_customized-inl.h * \brief CPU-specific Function definition of broadcast and reduce operators */ diff --git a/src/operator/numpy/linalg/broadcast_reduce_op_customized.h b/src/operator/numpy/linalg/broadcast_reduce_op_customized.h index af3f6120f68d..219bb1050ecd 100644 --- a/src/operator/numpy/linalg/broadcast_reduce_op_customized.h +++ b/src/operator/numpy/linalg/broadcast_reduce_op_customized.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file broadcast_reduce_op_customized.h * \brief Function definition of broadcast and reduce operators */ diff --git a/src/operator/numpy/linalg/np_eig-inl.h b/src/operator/numpy/linalg/np_eig-inl.h index d10aee300ad8..bb28d7c6bdb2 100644 --- a/src/operator/numpy/linalg/np_eig-inl.h +++ b/src/operator/numpy/linalg/np_eig-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_eig-inl.h * \brief Placeholder for eig */ diff --git a/src/operator/numpy/linalg/np_eig.cc b/src/operator/numpy/linalg/np_eig.cc index e1e80ba27d10..6d1946096d10 100644 --- a/src/operator/numpy/linalg/np_eig.cc +++ b/src/operator/numpy/linalg/np_eig.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_eig.cc * \brief CPU implementation placeholder of Eig Operator */ diff --git a/src/operator/numpy/linalg/np_eigvals-inl.h b/src/operator/numpy/linalg/np_eigvals-inl.h index 55ed3e880820..09b5a27bf18c 100644 --- a/src/operator/numpy/linalg/np_eigvals-inl.h +++ b/src/operator/numpy/linalg/np_eigvals-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_eigvals-inl.h * \brief Placeholder for eigvals */ diff --git a/src/operator/numpy/linalg/np_eigvals.cc b/src/operator/numpy/linalg/np_eigvals.cc index 848c35c73fe2..51729c6a2d9f 100644 --- a/src/operator/numpy/linalg/np_eigvals.cc +++ b/src/operator/numpy/linalg/np_eigvals.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_eigvals.cc * \brief CPU implementation placeholder of Eigvals Operator */ diff --git a/src/operator/numpy/linalg/np_gesvd-inl.h b/src/operator/numpy/linalg/np_gesvd-inl.h index 80686652a01a..4df2455854a0 100644 --- a/src/operator/numpy/linalg/np_gesvd-inl.h +++ b/src/operator/numpy/linalg/np_gesvd-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_gesvd-inl.h * \brief Function definition of the SVD Operator. */ diff --git a/src/operator/numpy/linalg/np_gesvd.cc b/src/operator/numpy/linalg/np_gesvd.cc index 93d8ff9483bc..55eab72b997d 100644 --- a/src/operator/numpy/linalg/np_gesvd.cc +++ b/src/operator/numpy/linalg/np_gesvd.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_svd.cc * \brief CPU implementation of the SVD Operator */ diff --git a/src/operator/numpy/linalg/np_lstsq-inl.h b/src/operator/numpy/linalg/np_lstsq-inl.h index 1cda51745b97..37beac782218 100644 --- a/src/operator/numpy/linalg/np_lstsq-inl.h +++ b/src/operator/numpy/linalg/np_lstsq-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_lstsq-inl.h * \brief Placeholder for lstlq */ diff --git a/src/operator/numpy/linalg/np_lstsq.cc b/src/operator/numpy/linalg/np_lstsq.cc index 72dbf62b1a5e..cfcfa4b3c4d3 100644 --- a/src/operator/numpy/linalg/np_lstsq.cc +++ b/src/operator/numpy/linalg/np_lstsq.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_lstsq.cc * \brief CPU implementation of the lstsq Operator */ diff --git a/src/operator/numpy/linalg/np_matrix_rank-inl.h b/src/operator/numpy/linalg/np_matrix_rank-inl.h index bc1d3d8ee182..97510447cb9f 100644 --- a/src/operator/numpy/linalg/np_matrix_rank-inl.h +++ b/src/operator/numpy/linalg/np_matrix_rank-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_matrix_rank-inl.h * \brief Placeholder for matrix_rank */ diff --git a/src/operator/numpy/linalg/np_matrix_rank.cc b/src/operator/numpy/linalg/np_matrix_rank.cc index 1a9ce948a155..782b7373a658 100644 --- a/src/operator/numpy/linalg/np_matrix_rank.cc +++ b/src/operator/numpy/linalg/np_matrix_rank.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_matrix_rank.cc * \brief CPU implementation of the matrix_rank Operator */ diff --git a/src/operator/numpy/linalg/np_matrix_rank.cu b/src/operator/numpy/linalg/np_matrix_rank.cu index 95efee7bc122..e5e5a5570105 100644 --- a/src/operator/numpy/linalg/np_matrix_rank.cu +++ b/src/operator/numpy/linalg/np_matrix_rank.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_matrix_rank.cu * \brief GPU implementation of the matrix_rank Operator */ diff --git a/src/operator/numpy/linalg/np_norm-inl.h b/src/operator/numpy/linalg/np_norm-inl.h index 1a280563c60a..e78256951a66 100644 --- a/src/operator/numpy/linalg/np_norm-inl.h +++ b/src/operator/numpy/linalg/np_norm-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_norm-inl.h * \brief norm */ diff --git a/src/operator/numpy/linalg/np_norm.cc b/src/operator/numpy/linalg/np_norm.cc index a6339d8a89fa..735a6655b0b5 100644 --- a/src/operator/numpy/linalg/np_norm.cc +++ b/src/operator/numpy/linalg/np_norm.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_norm-.cc * \brief CPU registration of np.linalg.norm */ diff --git a/src/operator/numpy/linalg/np_norm_backward.cc b/src/operator/numpy/linalg/np_norm_backward.cc index 5eb0604b473d..522dd8fb97a0 100644 --- a/src/operator/numpy/linalg/np_norm_backward.cc +++ b/src/operator/numpy/linalg/np_norm_backward.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_norm_backward.cc * \brief CPU registration of np.linalg.norm */ diff --git a/src/operator/numpy/linalg/np_norm_backward.cu b/src/operator/numpy/linalg/np_norm_backward.cu index 399eaf5bc29b..24d8783dba33 100644 --- a/src/operator/numpy/linalg/np_norm_backward.cu +++ b/src/operator/numpy/linalg/np_norm_backward.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file np_norm_backward.cu * \brief GPU implementation of Operators for advanced linear algebra. */ diff --git a/src/operator/numpy/linalg/np_norm_forward.cc b/src/operator/numpy/linalg/np_norm_forward.cc index 51eb5b367b2a..e5cef5ddb896 100644 --- a/src/operator/numpy/linalg/np_norm_forward.cc +++ b/src/operator/numpy/linalg/np_norm_forward.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_norm_forward.cc * \brief CPU registration of np.linalg.norm */ diff --git a/src/operator/numpy/linalg/np_norm_forward.cu b/src/operator/numpy/linalg/np_norm_forward.cu index 6914d9ebaa21..89267632d898 100644 --- a/src/operator/numpy/linalg/np_norm_forward.cu +++ b/src/operator/numpy/linalg/np_norm_forward.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file np_norm_forward.cu * \brief GPU implementation of Operators for advanced linear algebra. */ diff --git a/src/operator/numpy/linalg/np_pinv-inl.h b/src/operator/numpy/linalg/np_pinv-inl.h index 247f75681036..6413c810dd2b 100644 --- a/src/operator/numpy/linalg/np_pinv-inl.h +++ b/src/operator/numpy/linalg/np_pinv-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pinv-inl.h * \brief Placeholder for pinv */ diff --git a/src/operator/numpy/linalg/np_pinv.cc b/src/operator/numpy/linalg/np_pinv.cc index b3317bafb68c..005a1b497319 100644 --- a/src/operator/numpy/linalg/np_pinv.cc +++ b/src/operator/numpy/linalg/np_pinv.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pinv.cc * \brief CPU implementation of the PINV Operator */ diff --git a/src/operator/numpy/linalg/np_potrf-inl.h b/src/operator/numpy/linalg/np_potrf-inl.h index 6317fc46a371..c61c24565a05 100644 --- a/src/operator/numpy/linalg/np_potrf-inl.h +++ b/src/operator/numpy/linalg/np_potrf-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_potrf-inl.h * \brief Placeholder for Cholesky implementation in la_op */ diff --git a/src/operator/numpy/linalg/np_potrf.cc b/src/operator/numpy/linalg/np_potrf.cc index ae81379431f8..51e34ccd9507 100644 --- a/src/operator/numpy/linalg/np_potrf.cc +++ b/src/operator/numpy/linalg/np_potrf.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_potrf.cc * \brief CPU implementation placeholder of Cholesky Operator */ diff --git a/src/operator/numpy/linalg/np_qr-inl.h b/src/operator/numpy/linalg/np_qr-inl.h index 67be744b3762..3c1e7cb24a26 100644 --- a/src/operator/numpy/linalg/np_qr-inl.h +++ b/src/operator/numpy/linalg/np_qr-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_qr-inl.h * \brief Function definition of the QR Operator. */ diff --git a/src/operator/numpy/linalg/np_qr.cc b/src/operator/numpy/linalg/np_qr.cc index b40ed8650608..2cdd4832aa6f 100644 --- a/src/operator/numpy/linalg/np_qr.cc +++ b/src/operator/numpy/linalg/np_qr.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_qr.cc * \brief CPU implementation of the QR Operator */ diff --git a/src/operator/numpy/linalg/np_solve-inl.h b/src/operator/numpy/linalg/np_solve-inl.h index 048f806b7aec..a1282404bb24 100644 --- a/src/operator/numpy/linalg/np_solve-inl.h +++ b/src/operator/numpy/linalg/np_solve-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_solve-inl.h * \brief Placeholder for solve linear equation */ diff --git a/src/operator/numpy/linalg/np_solve.cc b/src/operator/numpy/linalg/np_solve.cc index 52535e123348..d0841e8744b9 100644 --- a/src/operator/numpy/linalg/np_solve.cc +++ b/src/operator/numpy/linalg/np_solve.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_solve.cc * \brief CPU implementation placeholder of Solve Operator */ diff --git a/src/operator/numpy/linalg/np_tensorinv-inl.h b/src/operator/numpy/linalg/np_tensorinv-inl.h index fa6aa094f22b..f6e1979676d4 100644 --- a/src/operator/numpy/linalg/np_tensorinv-inl.h +++ b/src/operator/numpy/linalg/np_tensorinv-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tensorinv-inl.h * \brief Placeholder for tensor inverse operator */ diff --git a/src/operator/numpy/linalg/np_tensorinv.cc b/src/operator/numpy/linalg/np_tensorinv.cc index 6bc6d2a680d3..f56d5b29dc4f 100644 --- a/src/operator/numpy/linalg/np_tensorinv.cc +++ b/src/operator/numpy/linalg/np_tensorinv.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tensorinv.cc * \brief CPU implementation placeholder of Tensor Inverse Operator */ diff --git a/src/operator/numpy/linalg/np_tensorsolve-inl.h b/src/operator/numpy/linalg/np_tensorsolve-inl.h index 0f6d2893ea77..5ae829c8ac9c 100644 --- a/src/operator/numpy/linalg/np_tensorsolve-inl.h +++ b/src/operator/numpy/linalg/np_tensorsolve-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tensorsolve-inl.h * \brief Placeholder for tensor solve */ diff --git a/src/operator/numpy/linalg/np_tensorsolve.cc b/src/operator/numpy/linalg/np_tensorsolve.cc index 211df02b194a..cba2d5f88359 100644 --- a/src/operator/numpy/linalg/np_tensorsolve.cc +++ b/src/operator/numpy/linalg/np_tensorsolve.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tensorsolve.cc * \brief CPU implementation placeholder of Tensor Solve Operator */ diff --git a/src/operator/numpy/np_bincount_op-inl.h b/src/operator/numpy/np_bincount_op-inl.h index f1dc9d050376..44a371b24170 100644 --- a/src/operator/numpy/np_bincount_op-inl.h +++ b/src/operator/numpy/np_bincount_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_bicount_op-inl.h * \brief numpy compatible bincount operator */ diff --git a/src/operator/numpy/np_bincount_op.cc b/src/operator/numpy/np_bincount_op.cc index d0d91cf9132e..6ede3a69f721 100644 --- a/src/operator/numpy/np_bincount_op.cc +++ b/src/operator/numpy/np_bincount_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_bicount_op.cc * \brief numpy compatible bincount operator CPU registration */ diff --git a/src/operator/numpy/np_bincount_op.cu b/src/operator/numpy/np_bincount_op.cu index 27707a264a27..bb409e7978f3 100644 --- a/src/operator/numpy/np_bincount_op.cu +++ b/src/operator/numpy/np_bincount_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_bicount_op.cu * \brief numpy compatible bincount operator GPU registration */ diff --git a/src/operator/numpy/np_broadcast_reduce_op.cc b/src/operator/numpy/np_broadcast_reduce_op.cc index 497cd2a7b289..4ddfe0516e4f 100644 --- a/src/operator/numpy/np_broadcast_reduce_op.cc +++ b/src/operator/numpy/np_broadcast_reduce_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_broadcast_reduce_op.cc * \brief Function definitions of NumPy-compatible * broadcast and reduce operators diff --git a/src/operator/numpy/np_broadcast_reduce_op.h b/src/operator/numpy/np_broadcast_reduce_op.h index 4ab5f0708f1a..822ca1ffef27 100644 --- a/src/operator/numpy/np_broadcast_reduce_op.h +++ b/src/operator/numpy/np_broadcast_reduce_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file broadcast_reduce_op.h * \brief Function definition of broadcast and reduce operators */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_boolean.cc b/src/operator/numpy/np_broadcast_reduce_op_boolean.cc index 8b94a0d06247..6cc489a25449 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_boolean.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_boolean.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_boolean.cc * \brief CPU Implementation of broadcast and reduce functions based on boolean. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_boolean.cu b/src/operator/numpy/np_broadcast_reduce_op_boolean.cu index 400e321c25b2..4040c0df152d 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_boolean.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_boolean.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_boolean.cu * \brief GPU Implementation of broadcast and reduce functions based on boolean. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_index.cc b/src/operator/numpy/np_broadcast_reduce_op_index.cc index f0b13a927316..7e296db8f4db 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_index.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_index.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_index.cc * \brief CPU Implementation of broadcast and reduce functions based on index. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_index.cu b/src/operator/numpy/np_broadcast_reduce_op_index.cu index 4cbd5a6f397b..a0f399751f46 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_index.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_index.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_index.cu * \brief GPU Implementation of broadcast and reduce functions based on index. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value.h b/src/operator/numpy/np_broadcast_reduce_op_value.h index 2cdd77f2deb3..68b475bf87e0 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value.h +++ b/src/operator/numpy/np_broadcast_reduce_op_value.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value.h * \brief Definition of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cc b/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cc index e6de07948626..63470e1a96f0 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_broadcast_to.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cu b/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cu index d58645e75e4c..3c9cc8951fa4 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_value_broadcast_to.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_broadcast_to.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_max.cc b/src/operator/numpy/np_broadcast_reduce_op_value_max.cc index 81816722abc1..5a05d5efaa8f 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_max.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_value_max.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_max.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_max.cu b/src/operator/numpy/np_broadcast_reduce_op_value_max.cu index 522af645367e..be971ae7eb91 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_max.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_value_max.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_max.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_mean.cc b/src/operator/numpy/np_broadcast_reduce_op_value_mean.cc index 094b65627e99..d985ad71f588 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_mean.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_value_mean.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_mean.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_mean.cu b/src/operator/numpy/np_broadcast_reduce_op_value_mean.cu index 554b281f2462..bf44b82408bc 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_mean.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_value_mean.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_mean.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_min.cc b/src/operator/numpy/np_broadcast_reduce_op_value_min.cc index cdf8625156e4..2ce0c401c8d0 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_min.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_value_min.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_min.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_min.cu b/src/operator/numpy/np_broadcast_reduce_op_value_min.cu index 15bdab73cc2f..2a6e3d379fdb 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_min.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_value_min.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_min.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_prod.cc b/src/operator/numpy/np_broadcast_reduce_op_value_prod.cc index 9bc6f832ee17..7d1578eb023e 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_prod.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_value_prod.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_prod.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_prod.cu b/src/operator/numpy/np_broadcast_reduce_op_value_prod.cu index 1686fd3780f9..1a7883f8cbfc 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_prod.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_value_prod.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_prod.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_sum.cc b/src/operator/numpy/np_broadcast_reduce_op_value_sum.cc index 084a4b8acfec..ba90b1f4c24f 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_sum.cc +++ b/src/operator/numpy/np_broadcast_reduce_op_value_sum.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_sum.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/numpy/np_broadcast_reduce_op_value_sum.cu b/src/operator/numpy/np_broadcast_reduce_op_value_sum.cu index a53f59763543..eb25ac48b13f 100644 --- a/src/operator/numpy/np_broadcast_reduce_op_value_sum.cu +++ b/src/operator/numpy/np_broadcast_reduce_op_value_sum.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_broadcast_reduce_op_value_sum.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_cross-inl.h b/src/operator/numpy/np_cross-inl.h index e4d9d0884fca..1138e3897fe4 100644 --- a/src/operator/numpy/np_cross-inl.h +++ b/src/operator/numpy/np_cross-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_cross-inl.h * \brief Function definition of cross product of two (arrays of) vectors */ diff --git a/src/operator/numpy/np_cross.cc b/src/operator/numpy/np_cross.cc index c99df52bb05c..ec4251223164 100644 --- a/src/operator/numpy/np_cross.cc +++ b/src/operator/numpy/np_cross.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_cross.cc * \brief CPU Implementation of numpy-compatible cross */ diff --git a/src/operator/numpy/np_cross.cu b/src/operator/numpy/np_cross.cu index cdf0a0ab1f57..a652d13c282a 100644 --- a/src/operator/numpy/np_cross.cu +++ b/src/operator/numpy/np_cross.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_bicount_op.cu * \brief GPU Implementation of numpy-compatible cross */ diff --git a/src/operator/numpy/np_delete_op-inl.h b/src/operator/numpy/np_delete_op-inl.h index 5e2a15a3ca91..5bb737fa75a7 100644 --- a/src/operator/numpy/np_delete_op-inl.h +++ b/src/operator/numpy/np_delete_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_delete_op-inl.h * \brief Function definition of delete operators */ diff --git a/src/operator/numpy/np_delete_op.cc b/src/operator/numpy/np_delete_op.cc index 51969953a4e5..47026883beb2 100644 --- a/src/operator/numpy/np_delete_op.cc +++ b/src/operator/numpy/np_delete_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_delete_op.cc * \brief CPU Implementation of numpy insert operations */ diff --git a/src/operator/numpy/np_delete_op.cu b/src/operator/numpy/np_delete_op.cu index 487fd3b37ed6..fd640fb59c85 100644 --- a/src/operator/numpy/np_delete_op.cu +++ b/src/operator/numpy/np_delete_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_delete_op.cu * \brief GPU Implementation of numpy delete operations */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op.h b/src/operator/numpy/np_elemwise_broadcast_logic_op.h index 1d7e13fe6918..fff1f96b841c 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op.h +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op.h * \brief Function definition of basic logic functions for elementwise numpy binary * broadcast operator. diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cc index e9d4bb35839a..1aa109172973 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_and.cc * \brief CPU Implementation of basic logic functions for logical_and operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cu index 9eaa8851d100..f95498ff7dd6 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_and.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_and.cu * \brief GPU Implementation of basic functions for logical_and operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cc index fb60541d3e58..3f881bd43bdd 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_equal.cc * \brief CPU Implementation of basic logic functions for equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cu index 008e46eed431..3b8f9e84e12f 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_equal.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_equal.cu * \brief GPU Implementation of basic functions for equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cc index c5a535b79d30..33a2ff979d09 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_greater.cc * \brief CPU Implementation of basic logic functions for greater operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cu index 736d0b5b398b..c2fb15d4d532 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_greater.cu * \brief GPU Implementation of basic functions for greater operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cc index 5535891a725e..a0051378e6f0 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_greater_equal.cc * \brief CPU Implementation of basic logic functions for greater_equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cu index 9c86546075bd..98e9eb9a6d43 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_greater_equal.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_greater_equal.cu * \brief GPU Implementation of basic functions for greater_equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cc index f2a6bfb7e86e..54b81aa73823 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_less.cc * \brief CPU Implementation of basic logic functions for less operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cu index a7a34bf278ef..c46cfd839200 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_less.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_less.cu * \brief GPU Implementation of basic functions for less operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cc index cbd091064aa2..25d72c3b9c72 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_less_equal.cc * \brief CPU Implementation of basic logic functions for less_equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cu index 48502b78454c..45eefeb829dc 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_less_equal.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_less_equal.cu * \brief GPU Implementation of basic functions for less_equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cc index 939de1fb15b9..72cd00131fcd 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_not_equal.cc * \brief CPU Implementation of basic logic functions for not equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cu index e37aa89ce569..a87f85619b2e 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_not_equal.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_not_equal.cu * \brief GPU Implementation of basic functions for not equal operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cc index ccf62975fa6e..6358ffbfa03b 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_or.cc * \brief CPU Implementation of basic logic functions for logical_or operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cu index 15f429a0f16b..00eca1cd0d71 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_or.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_or.cu * \brief GPU Implementation of basic functions for logical_or operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cc b/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cc index a9886efb7150..a13df37ad1f3 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cc +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_logic_op_xor.cc * \brief CPU Implementation of basic logic functions for logical_xor operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cu b/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cu index 9ef32105aa14..8e93eb413756 100644 --- a/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cu +++ b/src/operator/numpy/np_elemwise_broadcast_logic_op_xor.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_logic_op_xor.cu * \brief GPU Implementation of basic functions for logical_xor operation. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op.h b/src/operator/numpy/np_elemwise_broadcast_op.h index 0a4bf8df9d3f..da40fe4044e7 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op.h +++ b/src/operator/numpy/np_elemwise_broadcast_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op.h * \brief Function definition of elemwise and broadcast operators */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_add.cc b/src/operator/numpy/np_elemwise_broadcast_op_add.cc index c39d6cd0a96e..fd7fa3a62e73 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_add.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_add.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op_add.cc * \brief CPU Implementation of basic functions for elementwise numpy binary add. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_add.cu b/src/operator/numpy/np_elemwise_broadcast_op_add.cu index 14482303a95b..ad8cc6053c40 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_add.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_add.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_add.cu * \brief GPU Implementation of basic functions for elementwise binary broadcast add operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_extended.cc b/src/operator/numpy/np_elemwise_broadcast_op_extended.cc index 6054fbf2acb0..98a4688002ce 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_extended.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_extended.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op_extended.cc * \brief CPU Implementation of extended functions for elementwise numpy binary broadcast operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_extended.cu b/src/operator/numpy/np_elemwise_broadcast_op_extended.cu index c106696362e2..970f80a2a99e 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_extended.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_extended.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_extended.cu * \brief GPU Implementation of extended functions for elementwise binary broadcast operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cc b/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cc index 91a9d2593867..d1376b5504e9 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_extended_sec.cc * \brief CPU Implementation of extended functions for elementwise numpy binary broadcast operator. * (Second extended file) diff --git a/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cu b/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cu index 2a20724b3505..73c5513e93f8 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_extended_sec.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_extended_sec.cu * \brief GPU Implementation of extended functions for elementwise binary broadcast operator. * (Second extended file) diff --git a/src/operator/numpy/np_elemwise_broadcast_op_mod.cc b/src/operator/numpy/np_elemwise_broadcast_op_mod.cc index 76176b382add..0dfe0999a3ed 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_mod.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_mod.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op_mod.cc * \brief CPU Implementation of basic functions for elementwise numpy binary mod. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_mod.cu b/src/operator/numpy/np_elemwise_broadcast_op_mod.cu index 6cb2ffa50620..642b2f5ccc7c 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_mod.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_mod.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_mod.cu * \brief GPU Implementation of basic functions for elementwise binary broadcast mod operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_mul.cc b/src/operator/numpy/np_elemwise_broadcast_op_mul.cc index d8207a856fd7..c5180e41faee 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_mul.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_mul.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op_mul.cc * \brief CPU Implementation of basic functions for elementwise numpy binary multiply. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_mul.cu b/src/operator/numpy/np_elemwise_broadcast_op_mul.cu index c8235e7506f9..c720b79f4c0d 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_mul.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_mul.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_mul.cu * \brief GPU Implementation of basic functions for elementwise binary broadcast multiply operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_pow.cc b/src/operator/numpy/np_elemwise_broadcast_op_pow.cc index e7a4f23047e2..c281d125a45c 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_pow.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_pow.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op_pow.cc * \brief CPU Implementation of basic functions for elementwise numpy binary power. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_pow.cu b/src/operator/numpy/np_elemwise_broadcast_op_pow.cu index 234b5c8f78e7..3a78ba6fd8d7 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_pow.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_pow.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_pow.cu * \brief GPU Implementation of basic functions for elementwise binary broadcast power operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_scalar.cc b/src/operator/numpy/np_elemwise_broadcast_op_scalar.cc index c3a4f118fc49..c0d6b40f2218 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_scalar.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_scalar.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op.cc * \brief CPU Implementation of basic functions for elementwise numpy binary broadcast operator. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_scalar.cu b/src/operator/numpy/np_elemwise_broadcast_op_scalar.cu index 613b0260cde3..024d02a21d65 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_scalar.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_scalar.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_add.cu * \brief GPU Implementation of basic functions for elementwise binary add. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_sub.cc b/src/operator/numpy/np_elemwise_broadcast_op_sub.cc index f48cd098ceee..ff6501d3d413 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_sub.cc +++ b/src/operator/numpy/np_elemwise_broadcast_op_sub.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_binary_op_sub.cc * \brief CPU Implementation of basic functions for elementwise numpy binary subtract. */ diff --git a/src/operator/numpy/np_elemwise_broadcast_op_sub.cu b/src/operator/numpy/np_elemwise_broadcast_op_sub.cu index 59d4adf220a8..2709dc3eec09 100644 --- a/src/operator/numpy/np_elemwise_broadcast_op_sub.cu +++ b/src/operator/numpy/np_elemwise_broadcast_op_sub.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_elemwise_broadcast_op_sub.cu * \brief GPU Implementation of basic functions for elementwise binary broadcast subtract operator. */ diff --git a/src/operator/numpy/np_fill_diagonal_op-inl.h b/src/operator/numpy/np_fill_diagonal_op-inl.h index 3c1bfe964bd6..9331e29fb641 100644 --- a/src/operator/numpy/np_fill_diagonal_op-inl.h +++ b/src/operator/numpy/np_fill_diagonal_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_tril_op-inl.h * \brief Function definition of the tril (lower triangle of an array) op */ diff --git a/src/operator/numpy/np_fill_diagonal_op.cc b/src/operator/numpy/np_fill_diagonal_op.cc index f48170125b84..8af9062d82b3 100644 --- a/src/operator/numpy/np_fill_diagonal_op.cc +++ b/src/operator/numpy/np_fill_diagonal_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_fill_diagonal_op.cc * \brief CPU implementation of numpy fill_diagonal operator */ diff --git a/src/operator/numpy/np_fill_diagonal_op.cu b/src/operator/numpy/np_fill_diagonal_op.cu index 71fae8996c60..1168cb4807ae 100644 --- a/src/operator/numpy/np_fill_diagonal_op.cu +++ b/src/operator/numpy/np_fill_diagonal_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_fill_diagonal_op.cu * \brief GPU implementation of numpy fill_diagonal operator */ diff --git a/src/operator/numpy/np_indexing_op.cc b/src/operator/numpy/np_indexing_op.cc index 63fc54ac14a0..ba2afcb4348c 100644 --- a/src/operator/numpy/np_indexing_op.cc +++ b/src/operator/numpy/np_indexing_op.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file np_indexing_op.cc */ diff --git a/src/operator/numpy/np_indexing_op.cu b/src/operator/numpy/np_indexing_op.cu index 6cdbbae96858..f226cc8fbbd0 100644 --- a/src/operator/numpy/np_indexing_op.cu +++ b/src/operator/numpy/np_indexing_op.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file np_indexing_op.cu */ diff --git a/src/operator/numpy/np_indexing_op.h b/src/operator/numpy/np_indexing_op.h index 66339c8e0fe8..8f539d79bd34 100644 --- a/src/operator/numpy/np_indexing_op.h +++ b/src/operator/numpy/np_indexing_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_indexing_op.h * \brief Function definition of numpy indexing operator */ diff --git a/src/operator/numpy/np_init_op.cc b/src/operator/numpy/np_init_op.cc index f6ace5a445a2..66ac53561c3e 100644 --- a/src/operator/numpy/np_init_op.cc +++ b/src/operator/numpy/np_init_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_init_op.cc * \brief CPU Implementation of numpy init op */ diff --git a/src/operator/numpy/np_init_op.cu b/src/operator/numpy/np_init_op.cu index 1b997ec5cbdc..e90a2d2c46ce 100644 --- a/src/operator/numpy/np_init_op.cu +++ b/src/operator/numpy/np_init_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_init_op.cu * \brief GPU Implementation of numpy init op */ diff --git a/src/operator/numpy/np_init_op.h b/src/operator/numpy/np_init_op.h index 683b685066b6..0fbdda43eed9 100644 --- a/src/operator/numpy/np_init_op.h +++ b/src/operator/numpy/np_init_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_init_op.h * \brief Function definition of numpy init op */ diff --git a/src/operator/numpy/np_insert_op-inl.h b/src/operator/numpy/np_insert_op-inl.h index 2443b1b6baed..0b0923ab843e 100644 --- a/src/operator/numpy/np_insert_op-inl.h +++ b/src/operator/numpy/np_insert_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op-inl.h * \brief Function definition of insert operators */ diff --git a/src/operator/numpy/np_insert_op_scalar-inl.h b/src/operator/numpy/np_insert_op_scalar-inl.h index 2f7041de5c70..7a9b8952682a 100644 --- a/src/operator/numpy/np_insert_op_scalar-inl.h +++ b/src/operator/numpy/np_insert_op_scalar-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_scalar-inl.h * \brief Function definition of insert operators (insert by int index) */ diff --git a/src/operator/numpy/np_insert_op_scalar.cc b/src/operator/numpy/np_insert_op_scalar.cc index aaac3a8f4d4d..46e0a2eed060 100644 --- a/src/operator/numpy/np_insert_op_scalar.cc +++ b/src/operator/numpy/np_insert_op_scalar.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_scalar.cc * \brief CPU Implementation of numpy insert operations */ diff --git a/src/operator/numpy/np_insert_op_scalar.cu b/src/operator/numpy/np_insert_op_scalar.cu index 863e0d240c6e..be44eecfaed0 100644 --- a/src/operator/numpy/np_insert_op_scalar.cu +++ b/src/operator/numpy/np_insert_op_scalar.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_scalar.cu * \brief GPU Implementation of numpy insert operations (insert by int index) */ diff --git a/src/operator/numpy/np_insert_op_slice-inl.h b/src/operator/numpy/np_insert_op_slice-inl.h index cf6d2d53df69..92768c3754d8 100644 --- a/src/operator/numpy/np_insert_op_slice-inl.h +++ b/src/operator/numpy/np_insert_op_slice-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_slice-inl.h * \brief Function definition of insert operators (insert by slice index) */ diff --git a/src/operator/numpy/np_insert_op_slice.cc b/src/operator/numpy/np_insert_op_slice.cc index 8af0d73b65f2..ad66bb9545d8 100644 --- a/src/operator/numpy/np_insert_op_slice.cc +++ b/src/operator/numpy/np_insert_op_slice.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_slice.cc * \brief CPU Implementation of numpy insert operations */ diff --git a/src/operator/numpy/np_insert_op_slice.cu b/src/operator/numpy/np_insert_op_slice.cu index f9f1de61a7a3..c4820f078c32 100644 --- a/src/operator/numpy/np_insert_op_slice.cu +++ b/src/operator/numpy/np_insert_op_slice.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_slice.cu * \brief GPU Implementation of numpy insert operations (insert by int index) */ diff --git a/src/operator/numpy/np_insert_op_tensor-inl.h b/src/operator/numpy/np_insert_op_tensor-inl.h index 9d1bb57a2cfc..cb5fdce88134 100644 --- a/src/operator/numpy/np_insert_op_tensor-inl.h +++ b/src/operator/numpy/np_insert_op_tensor-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op-inl.h * \brief Function definition of insert operators */ diff --git a/src/operator/numpy/np_insert_op_tensor.cc b/src/operator/numpy/np_insert_op_tensor.cc index 962d6b263b7a..0f02e43fed43 100644 --- a/src/operator/numpy/np_insert_op_tensor.cc +++ b/src/operator/numpy/np_insert_op_tensor.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_tensor.cc * \brief CPU Implementation of numpy insert operations */ diff --git a/src/operator/numpy/np_insert_op_tensor.cu b/src/operator/numpy/np_insert_op_tensor.cu index 0c40a551b0de..4de3778bdcd1 100644 --- a/src/operator/numpy/np_insert_op_tensor.cu +++ b/src/operator/numpy/np_insert_op_tensor.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_insert_op_tensor_indices.cu * \brief GPU Implementation of numpy insert operations */ diff --git a/src/operator/numpy/np_interp_op-inl.h b/src/operator/numpy/np_interp_op-inl.h index 92bc42aa7fd7..e042ea248d78 100644 --- a/src/operator/numpy/np_interp_op-inl.h +++ b/src/operator/numpy/np_interp_op-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2020 by Contributors * \file np_interp_op-inl.h */ diff --git a/src/operator/numpy/np_interp_op.cc b/src/operator/numpy/np_interp_op.cc index e2ae751b8ac5..a5d60b76194d 100644 --- a/src/operator/numpy/np_interp_op.cc +++ b/src/operator/numpy/np_interp_op.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2020 by Contributors * \file np_interp_op.cc * \brief CPU Implementation of Numpy-compatible interp */ diff --git a/src/operator/numpy/np_interp_op.cu b/src/operator/numpy/np_interp_op.cu index fa0d35429b40..edce943e50d5 100644 --- a/src/operator/numpy/np_interp_op.cu +++ b/src/operator/numpy/np_interp_op.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2020 by Contributors * \file np_interp_op.cu * \brief GPU Implementation of Numpy-compatible interp */ diff --git a/src/operator/numpy/np_matrix_op-inl.h b/src/operator/numpy/np_matrix_op-inl.h index 6ea289537dfc..603355ad775d 100644 --- a/src/operator/numpy/np_matrix_op-inl.h +++ b/src/operator/numpy/np_matrix_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_matrix_op-inl.h * \brief Function definition of matrix related operators */ diff --git a/src/operator/numpy/np_matrix_op.cc b/src/operator/numpy/np_matrix_op.cc index c0d318caf2bd..dd7230e70970 100644 --- a/src/operator/numpy/np_matrix_op.cc +++ b/src/operator/numpy/np_matrix_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_matrix_op.cc * \brief CPU Implementation of numpy matrix operations */ diff --git a/src/operator/numpy/np_matrix_op.cu b/src/operator/numpy/np_matrix_op.cu index f4aa500bd803..b1ac4fee6f0e 100644 --- a/src/operator/numpy/np_matrix_op.cu +++ b/src/operator/numpy/np_matrix_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_matrix_op.cu * \brief GPU Implementation of numpy matrix operations */ diff --git a/src/operator/numpy/np_memory_op.cc b/src/operator/numpy/np_memory_op.cc index 4e9245aea760..a715d9af8221 100644 --- a/src/operator/numpy/np_memory_op.cc +++ b/src/operator/numpy/np_memory_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_memory_op.cc */ diff --git a/src/operator/numpy/np_memory_op.cu b/src/operator/numpy/np_memory_op.cu index 4196c5a8a9c3..d8ddf5acd514 100644 --- a/src/operator/numpy/np_memory_op.cu +++ b/src/operator/numpy/np_memory_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_memory_op.cu */ diff --git a/src/operator/numpy/np_memory_op.h b/src/operator/numpy/np_memory_op.h index 657e8cda90fd..1ad3c1b5c010 100644 --- a/src/operator/numpy/np_memory_op.h +++ b/src/operator/numpy/np_memory_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_memory_op.h * \brief Function definition of numpy memory op */ diff --git a/src/operator/numpy/np_moments_op.cc b/src/operator/numpy/np_moments_op.cc index 4369c8f9bcd6..a6b5cce67fd2 100644 --- a/src/operator/numpy/np_moments_op.cc +++ b/src/operator/numpy/np_moments_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_moments_op.cc * \brief move some op here from np_reduce_op_value.cc. */ diff --git a/src/operator/numpy/np_moments_op.cu b/src/operator/numpy/np_moments_op.cu index 16d8d6234187..771cc6d8db45 100644 --- a/src/operator/numpy/np_moments_op.cu +++ b/src/operator/numpy/np_moments_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_moments_op.cu * \brief GPU Implementation of reduce functions based on value. */ diff --git a/src/operator/numpy/np_nonzero_op-inl.h b/src/operator/numpy/np_nonzero_op-inl.h index d57013df628f..a11d45abe3db 100644 --- a/src/operator/numpy/np_nonzero_op-inl.h +++ b/src/operator/numpy/np_nonzero_op-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file np_nonzero_op-inl.h */ diff --git a/src/operator/numpy/np_nonzero_op.cc b/src/operator/numpy/np_nonzero_op.cc index b21674a48da6..9eacac5b385f 100644 --- a/src/operator/numpy/np_nonzero_op.cc +++ b/src/operator/numpy/np_nonzero_op.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file np_nonzero_op.cc */ #include "np_nonzero_op-inl.h" diff --git a/src/operator/numpy/np_nonzero_op.cu b/src/operator/numpy/np_nonzero_op.cu index 80a34503efbf..1499030dbe9b 100644 --- a/src/operator/numpy/np_nonzero_op.cu +++ b/src/operator/numpy/np_nonzero_op.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2018 by Contributors * \file np_nonzero_op.cu */ diff --git a/src/operator/numpy/np_pad_op-inl.h b/src/operator/numpy/np_pad_op-inl.h index 2768b48ac164..1d286a402b9f 100644 --- a/src/operator/numpy/np_pad_op-inl.h +++ b/src/operator/numpy/np_pad_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pad_op-inl.h * \brief Function definition of matrix related operators */ diff --git a/src/operator/numpy/np_pad_op.cc b/src/operator/numpy/np_pad_op.cc index 77cd014a4218..1e3b00639c30 100644 --- a/src/operator/numpy/np_pad_op.cc +++ b/src/operator/numpy/np_pad_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pad_op.cc * \brief CPU Implementation of numpy pad operations */ diff --git a/src/operator/numpy/np_pad_op.cu b/src/operator/numpy/np_pad_op.cu index 6a89134f5191..01a7035ab42d 100644 --- a/src/operator/numpy/np_pad_op.cu +++ b/src/operator/numpy/np_pad_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pad_op.cu * \brief GPU Implementation of numpy pad operations */ diff --git a/src/operator/numpy/np_percentile_op-inl.h b/src/operator/numpy/np_percentile_op-inl.h index 45c2c5bd766e..600ae70c850f 100644 --- a/src/operator/numpy/np_percentile_op-inl.h +++ b/src/operator/numpy/np_percentile_op-inl.h @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file np_percentile_op-inl.h */ diff --git a/src/operator/numpy/np_percentile_op.cc b/src/operator/numpy/np_percentile_op.cc index cfe2bd1d7dda..a15f17602ffc 100644 --- a/src/operator/numpy/np_percentile_op.cc +++ b/src/operator/numpy/np_percentile_op.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file np_percentile_op.cc * \brief CPU Implementation of Numpy-compatible percentile */ diff --git a/src/operator/numpy/np_percentile_op.cu b/src/operator/numpy/np_percentile_op.cu index 6e85bbd8bded..13d076dd9b53 100644 --- a/src/operator/numpy/np_percentile_op.cu +++ b/src/operator/numpy/np_percentile_op.cu @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file np_percentile_op.cu * \brief GPU Implementation of Numpy-compatible percentile */ diff --git a/src/operator/numpy/np_polynomial_op.cc b/src/operator/numpy/np_polynomial_op.cc index d54443f3c9f6..a7d86255f4bc 100644 --- a/src/operator/numpy/np_polynomial_op.cc +++ b/src/operator/numpy/np_polynomial_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 202o by Contributors * \file np_polynomial_op.cc */ diff --git a/src/operator/numpy/np_polynomial_op.cu b/src/operator/numpy/np_polynomial_op.cu index 42add2f53bf6..353229a57e22 100644 --- a/src/operator/numpy/np_polynomial_op.cu +++ b/src/operator/numpy/np_polynomial_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_polynomial_op.cu */ diff --git a/src/operator/numpy/np_repeat_op-inl.h b/src/operator/numpy/np_repeat_op-inl.h index f3821efb3136..af909d9f83b9 100644 --- a/src/operator/numpy/np_repeat_op-inl.h +++ b/src/operator/numpy/np_repeat_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_repeat_op-inl.h * \brief Function definition of the repeat op */ diff --git a/src/operator/numpy/np_repeat_op.cc b/src/operator/numpy/np_repeat_op.cc index 43e676aa1bb2..6e82e589e130 100644 --- a/src/operator/numpy/np_repeat_op.cc +++ b/src/operator/numpy/np_repeat_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_repeat_op.cc * \brief CPU implementation of numpy repeat operator */ diff --git a/src/operator/numpy/np_repeat_op.cu b/src/operator/numpy/np_repeat_op.cu index cb4bf64930d2..4726166d0d41 100644 --- a/src/operator/numpy/np_repeat_op.cu +++ b/src/operator/numpy/np_repeat_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file np_repeat_op.cu * \brief GPU Implementation of numpy-compatible repeat operator */ diff --git a/src/operator/numpy/np_trace_op.cc b/src/operator/numpy/np_trace_op.cc index f955b80a4005..22f93d3e0754 100644 --- a/src/operator/numpy/np_trace_op.cc +++ b/src/operator/numpy/np_trace_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_trace_op.cc * \brief CPU Implementation of numpy-compatible trace operator */ diff --git a/src/operator/numpy/np_tri_op-inl.h b/src/operator/numpy/np_tri_op-inl.h index 428dad49f178..3f88a11747b9 100644 --- a/src/operator/numpy/np_tri_op-inl.h +++ b/src/operator/numpy/np_tri_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tri_op-inl.h * \brief Function definition of the tri op */ diff --git a/src/operator/numpy/np_tri_op.cc b/src/operator/numpy/np_tri_op.cc index 62b4af211168..aa77b5acc383 100644 --- a/src/operator/numpy/np_tri_op.cc +++ b/src/operator/numpy/np_tri_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tri_op.cc * \brief CPU implementation of numpy tri operator */ diff --git a/src/operator/numpy/np_tri_op.cu b/src/operator/numpy/np_tri_op.cu index 6f9441af2720..b3eebb8dcb00 100644 --- a/src/operator/numpy/np_tri_op.cu +++ b/src/operator/numpy/np_tri_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tril_op.cu * \brief GPU implementation of numpy tri operator */ diff --git a/src/operator/numpy/np_tril_op-inl.h b/src/operator/numpy/np_tril_op-inl.h index f69a90337533..21284dde2523 100644 --- a/src/operator/numpy/np_tril_op-inl.h +++ b/src/operator/numpy/np_tril_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tril_op-inl.h * \brief Function definition of the tril (lower triangle of an array) op */ diff --git a/src/operator/numpy/np_tril_op.cc b/src/operator/numpy/np_tril_op.cc index d11f1913fad7..652874440c41 100644 --- a/src/operator/numpy/np_tril_op.cc +++ b/src/operator/numpy/np_tril_op.cc @@ -18,11 +18,9 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tril_op.cc * \brief CPU implementation of numpy tril operator */ - #include "./np_tril_op-inl.h" namespace mxnet { diff --git a/src/operator/numpy/np_tril_op.cu b/src/operator/numpy/np_tril_op.cu index c188045dc9f2..dda3fc1644c7 100644 --- a/src/operator/numpy/np_tril_op.cu +++ b/src/operator/numpy/np_tril_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_tril_op.cu * \brief GPU implementation of numpy tril operator */ diff --git a/src/operator/numpy/np_triu_op-inl.h b/src/operator/numpy/np_triu_op-inl.h index c9d42481b0d9..52c3e5e57477 100644 --- a/src/operator/numpy/np_triu_op-inl.h +++ b/src/operator/numpy/np_triu_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_triu_op-inl.h * \brief Function definition of triu (upper triangle of an array) op */ diff --git a/src/operator/numpy/np_triu_op.cc b/src/operator/numpy/np_triu_op.cc index 5bd171f249d9..5e8a4da2e918 100644 --- a/src/operator/numpy/np_triu_op.cc +++ b/src/operator/numpy/np_triu_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_triu_op.cc * \brief CPU implementation of numpy triu operator */ diff --git a/src/operator/numpy/np_triu_op.cu b/src/operator/numpy/np_triu_op.cu index e9d7e8b127ae..db7bf5bc1f1b 100644 --- a/src/operator/numpy/np_triu_op.cu +++ b/src/operator/numpy/np_triu_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2020 by Contributors * \file np_triu_op.cu * \brief GPU implementation of numpy triu operator */ diff --git a/src/operator/numpy/np_true_divide-inl.h b/src/operator/numpy/np_true_divide-inl.h index 21a4ba8a8b57..6424e22ad209 100644 --- a/src/operator/numpy/np_true_divide-inl.h +++ b/src/operator/numpy/np_true_divide-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_true_divide-inl.h * \brief Function definitions of true_divide operator */ diff --git a/src/operator/numpy/np_true_divide.cc b/src/operator/numpy/np_true_divide.cc index 887a57fd0513..13fb72ca970a 100644 --- a/src/operator/numpy/np_true_divide.cc +++ b/src/operator/numpy/np_true_divide.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_true_divide.cc * \brief CPU Implementation of true_divide operator. */ diff --git a/src/operator/numpy/np_true_divide.cu b/src/operator/numpy/np_true_divide.cu index e720e3476a08..d5cad4111f07 100644 --- a/src/operator/numpy/np_true_divide.cu +++ b/src/operator/numpy/np_true_divide.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_true_divide.cu * \brief GPU Implementation of true_divide operator. */ diff --git a/src/operator/numpy/np_unique_op.cc b/src/operator/numpy/np_unique_op.cc index 348e0a45a14b..0c4e7fceebe8 100644 --- a/src/operator/numpy/np_unique_op.cc +++ b/src/operator/numpy/np_unique_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_unique_op.cc */ diff --git a/src/operator/numpy/np_unique_op.cu b/src/operator/numpy/np_unique_op.cu index 060852868c1e..1ca855b364f5 100644 --- a/src/operator/numpy/np_unique_op.cu +++ b/src/operator/numpy/np_unique_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_unique_op.cu */ diff --git a/src/operator/numpy/np_unique_op.h b/src/operator/numpy/np_unique_op.h index d62cf112f886..8146ae51fea3 100644 --- a/src/operator/numpy/np_unique_op.h +++ b/src/operator/numpy/np_unique_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_unique_op.h */ diff --git a/src/operator/numpy/np_where_backward_op.cc b/src/operator/numpy/np_where_backward_op.cc index d55680f1a169..6e3a8cb91245 100644 --- a/src/operator/numpy/np_where_backward_op.cc +++ b/src/operator/numpy/np_where_backward_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_where_backward_op.cc * \brief CPU Implementation of numpy operator where */ diff --git a/src/operator/numpy/np_where_backward_op.cu b/src/operator/numpy/np_where_backward_op.cu index 612c93090386..c68b37772161 100644 --- a/src/operator/numpy/np_where_backward_op.cu +++ b/src/operator/numpy/np_where_backward_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_where_backward_op.cu * \brief GPU Implementation of numpy operator where */ diff --git a/src/operator/numpy/np_where_forward_op.cc b/src/operator/numpy/np_where_forward_op.cc index f999fecb8332..bef9b19b0c94 100644 --- a/src/operator/numpy/np_where_forward_op.cc +++ b/src/operator/numpy/np_where_forward_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_where_forward_op.cc * \brief CPU Implementation of numpy operator where */ diff --git a/src/operator/numpy/np_where_forward_op.cu b/src/operator/numpy/np_where_forward_op.cu index acd7edc1f4f8..8945611b40c8 100644 --- a/src/operator/numpy/np_where_forward_op.cu +++ b/src/operator/numpy/np_where_forward_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_where_forward_op.cu * \brief GPU Implementation of numpy operator where */ diff --git a/src/operator/numpy/np_where_op-inl.h b/src/operator/numpy/np_where_op-inl.h index 719385f9392d..fbe43df16240 100644 --- a/src/operator/numpy/np_where_op-inl.h +++ b/src/operator/numpy/np_where_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file np_where_op.cc * \brief Function definition of numpy operator where */ diff --git a/src/operator/numpy/np_window_op.cc b/src/operator/numpy/np_window_op.cc index ac109d8b8b0f..8399a0d42e90 100644 --- a/src/operator/numpy/np_window_op.cc +++ b/src/operator/numpy/np_window_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_window_op.cc * \brief CPU Implementation of unary op hanning, hamming, blackman window. */ diff --git a/src/operator/numpy/np_window_op.cu b/src/operator/numpy/np_window_op.cu index 83ba58b5d820..2fa7120ea264 100644 --- a/src/operator/numpy/np_window_op.cu +++ b/src/operator/numpy/np_window_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_window_op.cu * \brief CPU Implementation of unary op hanning, hamming, blackman window. */ diff --git a/src/operator/numpy/np_window_op.h b/src/operator/numpy/np_window_op.h index a33eeadd0937..c86edcc139bc 100644 --- a/src/operator/numpy/np_window_op.h +++ b/src/operator/numpy/np_window_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_window_op.h * \brief CPU Implementation of unary op hanning, hamming, blackman window. */ diff --git a/src/operator/numpy/random/dist_common.cc b/src/operator/numpy/random/dist_common.cc index 687f880f8b76..6fefca11757e 100644 --- a/src/operator/numpy/random/dist_common.cc +++ b/src/operator/numpy/random/dist_common.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file dist_common.cc * \brief Function definition of common functions for distributions * \with two parameters. diff --git a/src/operator/numpy/random/dist_common.cu b/src/operator/numpy/random/dist_common.cu index 3a7f63c46b61..240392a9fba2 100644 --- a/src/operator/numpy/random/dist_common.cu +++ b/src/operator/numpy/random/dist_common.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file dist_common.cuh * \brief Function definition of common functions for distributions * \with two parameters. diff --git a/src/operator/numpy/random/dist_common.h b/src/operator/numpy/random/dist_common.h index 73c37a596cb8..7ca72d665e24 100644 --- a/src/operator/numpy/random/dist_common.h +++ b/src/operator/numpy/random/dist_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file dist_common.h * \brief Function definition of common functions for distributions * \with two parameters. diff --git a/src/operator/numpy/random/np_bernoulli_op.cc b/src/operator/numpy/random/np_bernoulli_op.cc index 1089cb4d9ea4..4d3546d53c69 100644 --- a/src/operator/numpy/random/np_bernoulli_op.cc +++ b/src/operator/numpy/random/np_bernoulli_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_bernoulli_op.cc * \brief Operator for numpy sampling from bernoulli distributions */ diff --git a/src/operator/numpy/random/np_bernoulli_op.cu b/src/operator/numpy/random/np_bernoulli_op.cu index 73d5ca577ca0..8cdceb5bb4c8 100644 --- a/src/operator/numpy/random/np_bernoulli_op.cu +++ b/src/operator/numpy/random/np_bernoulli_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_bernoulli_op.cu * \brief Operator for numpy sampling from bernoulli distributions */ diff --git a/src/operator/numpy/random/np_bernoulli_op.h b/src/operator/numpy/random/np_bernoulli_op.h index 5e2de7e631b3..9bcdf1a65064 100644 --- a/src/operator/numpy/random/np_bernoulli_op.h +++ b/src/operator/numpy/random/np_bernoulli_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_bernoulli_op.h * \brief Operator for numpy sampling from bernoulli distribution. */ diff --git a/src/operator/numpy/random/np_choice_op.cc b/src/operator/numpy/random/np_choice_op.cc index a2b9d40da51e..591d8b19d643 100644 --- a/src/operator/numpy/random/np_choice_op.cc +++ b/src/operator/numpy/random/np_choice_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_choice_op.cc * \brief Operator for random subset sampling */ diff --git a/src/operator/numpy/random/np_choice_op.cu b/src/operator/numpy/random/np_choice_op.cu index a82c87dd6afb..4145a182f302 100644 --- a/src/operator/numpy/random/np_choice_op.cu +++ b/src/operator/numpy/random/np_choice_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_choice_op.cu * \brief Operator for random subset sampling */ diff --git a/src/operator/numpy/random/np_choice_op.h b/src/operator/numpy/random/np_choice_op.h index d97651a59c81..6bad12f1234a 100644 --- a/src/operator/numpy/random/np_choice_op.h +++ b/src/operator/numpy/random/np_choice_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_choice_op.h * \brief Operator for random subset sampling */ diff --git a/src/operator/numpy/random/np_exponential_op.cc b/src/operator/numpy/random/np_exponential_op.cc index d8cb9fed1a81..3d37ce5dcfaf 100644 --- a/src/operator/numpy/random/np_exponential_op.cc +++ b/src/operator/numpy/random/np_exponential_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_exponential_op.cc * \brief Operator for numpy sampling from exponential distributions */ diff --git a/src/operator/numpy/random/np_exponential_op.cu b/src/operator/numpy/random/np_exponential_op.cu index 317286ec29ec..60809fbb91c5 100644 --- a/src/operator/numpy/random/np_exponential_op.cu +++ b/src/operator/numpy/random/np_exponential_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_exponential_op.cu * \brief Operator for numpy sampling from exponential distributions */ diff --git a/src/operator/numpy/random/np_exponential_op.h b/src/operator/numpy/random/np_exponential_op.h index 102d3b91ebd2..dda710d4d737 100644 --- a/src/operator/numpy/random/np_exponential_op.h +++ b/src/operator/numpy/random/np_exponential_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_exponential_op.h * \brief Operator for numpy sampling from exponential distribution. */ diff --git a/src/operator/numpy/random/np_gamma_op.cc b/src/operator/numpy/random/np_gamma_op.cc index 0c01fca7b500..42f4a7a91f0e 100644 --- a/src/operator/numpy/random/np_gamma_op.cc +++ b/src/operator/numpy/random/np_gamma_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_gamma_op.cc * \brief Operator for random sampling from gamma distribution */ diff --git a/src/operator/numpy/random/np_gamma_op.cu b/src/operator/numpy/random/np_gamma_op.cu index 84de4c86c0ea..7e3cabc3a83f 100644 --- a/src/operator/numpy/random/np_gamma_op.cu +++ b/src/operator/numpy/random/np_gamma_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_gamma_op.cu * \brief Operator for random sampling from gamma distribution */ diff --git a/src/operator/numpy/random/np_gamma_op.h b/src/operator/numpy/random/np_gamma_op.h index 7418a948bc52..a3ea515aae98 100644 --- a/src/operator/numpy/random/np_gamma_op.h +++ b/src/operator/numpy/random/np_gamma_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_gamma_op.h * \brief Operator for random sampling from gamma distribution */ diff --git a/src/operator/numpy/random/np_laplace_op.cc b/src/operator/numpy/random/np_laplace_op.cc index 63aee8287260..dbdcbf079875 100644 --- a/src/operator/numpy/random/np_laplace_op.cc +++ b/src/operator/numpy/random/np_laplace_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_laplace_op.cc * \brief Operator for numpy sampling from Laplace distributions */ diff --git a/src/operator/numpy/random/np_laplace_op.cu b/src/operator/numpy/random/np_laplace_op.cu index 2a6ef598bef6..a39ffc992084 100644 --- a/src/operator/numpy/random/np_laplace_op.cu +++ b/src/operator/numpy/random/np_laplace_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_laplace_op.cu * \brief Operator for numpy sampling from Laplace distributions */ diff --git a/src/operator/numpy/random/np_laplace_op.h b/src/operator/numpy/random/np_laplace_op.h index b3c97f90b5b8..f7dd637d18fc 100644 --- a/src/operator/numpy/random/np_laplace_op.h +++ b/src/operator/numpy/random/np_laplace_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_laplace_op.h * \brief Operator for numpy sampling from Laplace distributions */ diff --git a/src/operator/numpy/random/np_location_scale_op.cc b/src/operator/numpy/random/np_location_scale_op.cc index 3f95de9b88b5..8439b6a10686 100644 --- a/src/operator/numpy/random/np_location_scale_op.cc +++ b/src/operator/numpy/random/np_location_scale_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_location_scale_op.cc * \brief Operator for numpy sampling from location scale distributions. */ diff --git a/src/operator/numpy/random/np_location_scale_op.cu b/src/operator/numpy/random/np_location_scale_op.cu index 095042d3f1ed..f080c3781754 100644 --- a/src/operator/numpy/random/np_location_scale_op.cu +++ b/src/operator/numpy/random/np_location_scale_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_location_scale_op.cu * \brief Operator for numpy sampling from location scale distributions */ diff --git a/src/operator/numpy/random/np_location_scale_op.h b/src/operator/numpy/random/np_location_scale_op.h index 719db886391e..9004e99989e9 100644 --- a/src/operator/numpy/random/np_location_scale_op.h +++ b/src/operator/numpy/random/np_location_scale_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_location_scale_op.h * \brief Operator for numpy sampling from localtion scale distributions */ diff --git a/src/operator/numpy/random/np_multinomial_op.cc b/src/operator/numpy/random/np_multinomial_op.cc index 132ab9a8b9f8..b11e2c078cc3 100644 --- a/src/operator/numpy/random/np_multinomial_op.cc +++ b/src/operator/numpy/random/np_multinomial_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_multinomial_op.h * \brief Operator for numpy sampling from multinomial distributions */ diff --git a/src/operator/numpy/random/np_multinomial_op.cu b/src/operator/numpy/random/np_multinomial_op.cu index 053eec592143..083b410a2d8a 100644 --- a/src/operator/numpy/random/np_multinomial_op.cu +++ b/src/operator/numpy/random/np_multinomial_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_multinomial_op.cu * \brief Operator for numpy sampling from multinomial distributions */ diff --git a/src/operator/numpy/random/np_multinomial_op.h b/src/operator/numpy/random/np_multinomial_op.h index b9f8832ecc9f..77c9d748e4a5 100644 --- a/src/operator/numpy/random/np_multinomial_op.h +++ b/src/operator/numpy/random/np_multinomial_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_multinomial_op.h * \brief Operator for sampling from multinomial distributions */ diff --git a/src/operator/numpy/random/np_normal_op.cc b/src/operator/numpy/random/np_normal_op.cc index bf8781153621..ebc653720ced 100644 --- a/src/operator/numpy/random/np_normal_op.cc +++ b/src/operator/numpy/random/np_normal_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_random_op.cc * \brief Operator for numpy sampling from normal distributions. */ diff --git a/src/operator/numpy/random/np_normal_op.cu b/src/operator/numpy/random/np_normal_op.cu index ba7cff001888..db8746165c6e 100644 --- a/src/operator/numpy/random/np_normal_op.cu +++ b/src/operator/numpy/random/np_normal_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_normal_op.cu * \brief Operator for numpy sampling from normal distributions */ diff --git a/src/operator/numpy/random/np_normal_op.h b/src/operator/numpy/random/np_normal_op.h index 3a0d3e92e8a2..160667bf1ec9 100644 --- a/src/operator/numpy/random/np_normal_op.h +++ b/src/operator/numpy/random/np_normal_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_normal_op.h * \brief Operator for numpy sampling from normal distributions */ diff --git a/src/operator/numpy/random/np_pareto_op.cc b/src/operator/numpy/random/np_pareto_op.cc index e5002e3337d7..e0c7650b7ddf 100644 --- a/src/operator/numpy/random/np_pareto_op.cc +++ b/src/operator/numpy/random/np_pareto_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pareto_op.cc * \brief Operator for numpy sampling from Pareto distributions */ diff --git a/src/operator/numpy/random/np_pareto_op.cu b/src/operator/numpy/random/np_pareto_op.cu index 2d583df23e53..7618d2871099 100644 --- a/src/operator/numpy/random/np_pareto_op.cu +++ b/src/operator/numpy/random/np_pareto_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pareto_op.cu * \brief Operator for numpy sampling from pareto distributions */ diff --git a/src/operator/numpy/random/np_pareto_op.h b/src/operator/numpy/random/np_pareto_op.h index b8578d60c34e..6af0128274d9 100644 --- a/src/operator/numpy/random/np_pareto_op.h +++ b/src/operator/numpy/random/np_pareto_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_pareto_op.h * \brief Operator for numpy sampling from pareto distribution. */ diff --git a/src/operator/numpy/random/np_power_op.cc b/src/operator/numpy/random/np_power_op.cc index 671ccf950228..0376aa9d9f4c 100644 --- a/src/operator/numpy/random/np_power_op.cc +++ b/src/operator/numpy/random/np_power_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_power_op.cc * \brief Operator for numpy sampling from power distributions */ diff --git a/src/operator/numpy/random/np_power_op.cu b/src/operator/numpy/random/np_power_op.cu index 3517a890dfe0..290442037eee 100644 --- a/src/operator/numpy/random/np_power_op.cu +++ b/src/operator/numpy/random/np_power_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_power_op.cu * \brief Operator for numpy sampling from power distributions */ diff --git a/src/operator/numpy/random/np_power_op.h b/src/operator/numpy/random/np_power_op.h index 9b0e97896056..375fee8a5e1a 100644 --- a/src/operator/numpy/random/np_power_op.h +++ b/src/operator/numpy/random/np_power_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_power_op.h * \brief Operator for numpy sampling from power distribution. */ diff --git a/src/operator/numpy/random/np_rayleigh_op.cc b/src/operator/numpy/random/np_rayleigh_op.cc index e768f46752c3..0b0085af9cd5 100644 --- a/src/operator/numpy/random/np_rayleigh_op.cc +++ b/src/operator/numpy/random/np_rayleigh_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_rayleigh_op.cc * \brief Operator for numpy sampling from rayleigh distributions */ diff --git a/src/operator/numpy/random/np_rayleigh_op.cu b/src/operator/numpy/random/np_rayleigh_op.cu index 5ba776d72d7e..586f17481e30 100644 --- a/src/operator/numpy/random/np_rayleigh_op.cu +++ b/src/operator/numpy/random/np_rayleigh_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_rayleigh_op.cu * \brief Operator for numpy sampling from rayleigh distributions */ diff --git a/src/operator/numpy/random/np_rayleigh_op.h b/src/operator/numpy/random/np_rayleigh_op.h index f6eaefa173c4..ad57b6bae43d 100644 --- a/src/operator/numpy/random/np_rayleigh_op.h +++ b/src/operator/numpy/random/np_rayleigh_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_rayleigh_op.h * \brief Operator for numpy sampling from rayleigh distribution. */ diff --git a/src/operator/numpy/random/np_uniform_op.cc b/src/operator/numpy/random/np_uniform_op.cc index fdea2511c1f7..84b865a2f510 100644 --- a/src/operator/numpy/random/np_uniform_op.cc +++ b/src/operator/numpy/random/np_uniform_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_uniform_op.cc * \brief Operator for numpy sampling from uniform distributions */ diff --git a/src/operator/numpy/random/np_uniform_op.cu b/src/operator/numpy/random/np_uniform_op.cu index a034ed4264b5..f48805630946 100644 --- a/src/operator/numpy/random/np_uniform_op.cu +++ b/src/operator/numpy/random/np_uniform_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_uniform_op.cu * \brief Operator for numpy sampling from uniform distributions */ diff --git a/src/operator/numpy/random/np_uniform_op.h b/src/operator/numpy/random/np_uniform_op.h index 1686a38e9493..7c691e4cd3c9 100644 --- a/src/operator/numpy/random/np_uniform_op.h +++ b/src/operator/numpy/random/np_uniform_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_uniform_op.h * \brief Operator for numpy sampling from uniform distributions */ diff --git a/src/operator/numpy/random/np_weibull_op.cc b/src/operator/numpy/random/np_weibull_op.cc index 06015c377e34..6e02114040b9 100644 --- a/src/operator/numpy/random/np_weibull_op.cc +++ b/src/operator/numpy/random/np_weibull_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_weibull_op.cc * \brief Operator for numpy sampling from Weibull distributions */ diff --git a/src/operator/numpy/random/np_weibull_op.cu b/src/operator/numpy/random/np_weibull_op.cu index a37aeddbc413..658be16e6333 100644 --- a/src/operator/numpy/random/np_weibull_op.cu +++ b/src/operator/numpy/random/np_weibull_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_weibull_op.cu * \brief Operator for numpy sampling from weibull distributions */ diff --git a/src/operator/numpy/random/np_weibull_op.h b/src/operator/numpy/random/np_weibull_op.h index 2c83bd88324f..81b2ec195591 100644 --- a/src/operator/numpy/random/np_weibull_op.h +++ b/src/operator/numpy/random/np_weibull_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file np_weibull_op.h * \brief Operator for numpy sampling from weibull distribution. */ diff --git a/src/operator/operator.cc b/src/operator/operator.cc index 503f7c3812eb..f3cb00a398a6 100644 --- a/src/operator/operator.cc +++ b/src/operator/operator.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file operator.cc * \brief operator module of mxnet */ diff --git a/src/operator/operator_common.h b/src/operator/operator_common.h index 34321dbb2245..3388cfe29ec8 100644 --- a/src/operator/operator_common.h +++ b/src/operator/operator_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file operator_common.h * \brief common internal header of most operators * this header includes utility functions operator can use diff --git a/src/operator/operator_util.cc b/src/operator/operator_util.cc index 2dc6f3e2d59b..07eba962b400 100644 --- a/src/operator/operator_util.cc +++ b/src/operator/operator_util.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file operator_util.cc * Implementation of operator util. */ diff --git a/src/operator/optimizer_op-inl.h b/src/operator/optimizer_op-inl.h index 4e43211a90d7..122ae8a076c0 100644 --- a/src/operator/optimizer_op-inl.h +++ b/src/operator/optimizer_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file optimizer_op-inl.h * \brief Optimizer operators * \author Junyuan Xie diff --git a/src/operator/optimizer_op.cc b/src/operator/optimizer_op.cc index eddc21dac519..89b50aa61e15 100644 --- a/src/operator/optimizer_op.cc +++ b/src/operator/optimizer_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file optimizer_op.cc * \brief Optimizer operators * \author Junyuan Xie diff --git a/src/operator/optimizer_op.cu b/src/operator/optimizer_op.cu index b9bab8d2cfab..f70e9fdd67cb 100644 --- a/src/operator/optimizer_op.cu +++ b/src/operator/optimizer_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file optimizer_op.cu * \brief Optimizer operators * \author Junyuan Xie diff --git a/src/operator/pad-inl.h b/src/operator/pad-inl.h index cdd36cbcd0c0..21549c4cd137 100644 --- a/src/operator/pad-inl.h +++ b/src/operator/pad-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file pad-inl.h * \brief * \author Sebastian Bodenstien diff --git a/src/operator/pad.cc b/src/operator/pad.cc index 3dfe2d8924b7..932b08c0d475 100644 --- a/src/operator/pad.cc +++ b/src/operator/pad.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file pad.cc * \brief * \author Sebastian Bodenstein diff --git a/src/operator/pad.cu b/src/operator/pad.cu index 6bc01bc3b9c0..af44df9069dd 100644 --- a/src/operator/pad.cu +++ b/src/operator/pad.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file pad.cu * \brief * \author Sebastian Bodenstein diff --git a/src/operator/quantization/calibrate-inl.h b/src/operator/quantization/calibrate-inl.h index 9305305ccf8b..defbb5e103c4 100644 --- a/src/operator/quantization/calibrate-inl.h +++ b/src/operator/quantization/calibrate-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file calibraite-inl.h * \brief Implementation of calibrate operator */ diff --git a/src/operator/quantization/calibrate.cc b/src/operator/quantization/calibrate.cc index 93909ad58b95..63c77f2cb426 100644 --- a/src/operator/quantization/calibrate.cc +++ b/src/operator/quantization/calibrate.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file calibrate.cc * \brief */ diff --git a/src/operator/quantization/dequantize-inl.h b/src/operator/quantization/dequantize-inl.h index d77eadb624b3..bbae3878a28c 100644 --- a/src/operator/quantization/dequantize-inl.h +++ b/src/operator/quantization/dequantize-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file dequantize-inl.h * \brief Implementation of dequantize operation */ diff --git a/src/operator/quantization/dequantize.cc b/src/operator/quantization/dequantize.cc index 72324141153b..9c47cc96a960 100644 --- a/src/operator/quantization/dequantize.cc +++ b/src/operator/quantization/dequantize.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file dequantize.cc * \brief */ diff --git a/src/operator/quantization/dequantize.cu b/src/operator/quantization/dequantize.cu index a06bba6c6eae..ee2310d8a22d 100644 --- a/src/operator/quantization/dequantize.cu +++ b/src/operator/quantization/dequantize.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file dequantize.cu * \brief */ diff --git a/src/operator/quantization/mkldnn/mkldnn_quantized_act.cc b/src/operator/quantization/mkldnn/mkldnn_quantized_act.cc index 68a19d53a767..6d366584c85c 100644 --- a/src/operator/quantization/mkldnn/mkldnn_quantized_act.cc +++ b/src/operator/quantization/mkldnn/mkldnn_quantized_act.cc @@ -17,7 +17,6 @@ * under the License. */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_quantized_act.cc * \brief MKLDNN(Quantized) Activation operator based on subgraph * /author Zhiyuan Huang diff --git a/src/operator/quantization/mkldnn/mkldnn_quantized_concat.cc b/src/operator/quantization/mkldnn/mkldnn_quantized_concat.cc index c638d1600f2d..5e6c9abe1533 100644 --- a/src/operator/quantization/mkldnn/mkldnn_quantized_concat.cc +++ b/src/operator/quantization/mkldnn/mkldnn_quantized_concat.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file quantized_concat.cc * \brief */ diff --git a/src/operator/quantization/mkldnn/mkldnn_quantized_elemwise_add.cc b/src/operator/quantization/mkldnn/mkldnn_quantized_elemwise_add.cc index 1a9e2f564239..52bc602e4eba 100644 --- a/src/operator/quantization/mkldnn/mkldnn_quantized_elemwise_add.cc +++ b/src/operator/quantization/mkldnn/mkldnn_quantized_elemwise_add.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_quantized_elemwise_add.cc * \brief */ diff --git a/src/operator/quantization/mkldnn/mkldnn_quantized_flatten.cc b/src/operator/quantization/mkldnn/mkldnn_quantized_flatten.cc index 4d6f024d2c01..60df0bc20975 100644 --- a/src/operator/quantization/mkldnn/mkldnn_quantized_flatten.cc +++ b/src/operator/quantization/mkldnn/mkldnn_quantized_flatten.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file quantized_flatten.cc * \brief */ diff --git a/src/operator/quantization/mkldnn/mkldnn_quantized_fully_connected.cc b/src/operator/quantization/mkldnn/mkldnn_quantized_fully_connected.cc index c0e3a2ad48b9..81a2f9be90d9 100644 --- a/src/operator/quantization/mkldnn/mkldnn_quantized_fully_connected.cc +++ b/src/operator/quantization/mkldnn/mkldnn_quantized_fully_connected.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_quantized_fully_connected.cc * \brief MKLDNN Quantized FullyConnected operator * \author Ciyong Chen diff --git a/src/operator/quantization/mkldnn/mkldnn_quantized_ops-inl.h b/src/operator/quantization/mkldnn/mkldnn_quantized_ops-inl.h index fedf29df4922..8ed778849182 100644 --- a/src/operator/quantization/mkldnn/mkldnn_quantized_ops-inl.h +++ b/src/operator/quantization/mkldnn/mkldnn_quantized_ops-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_quantized_ops-inl.h * \brief Common functions used by MKLDNN Quantized FullyConnected operator * \author Ciyong Chen diff --git a/src/operator/quantization/quantization_utils.h b/src/operator/quantization/quantization_utils.h index 5dfd59118af1..18bd1a3482d1 100644 --- a/src/operator/quantization/quantization_utils.h +++ b/src/operator/quantization/quantization_utils.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantization_utils-inl.h */ #ifndef MXNET_OPERATOR_QUANTIZATION_QUANTIZATION_UTILS_H_ diff --git a/src/operator/quantization/quantize-inl.h b/src/operator/quantization/quantize-inl.h index f67f62b2ca57..fba10e6bef77 100644 --- a/src/operator/quantization/quantize-inl.h +++ b/src/operator/quantization/quantize-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantize-inl.h * \brief implementation of quantize operation */ diff --git a/src/operator/quantization/quantize.cc b/src/operator/quantization/quantize.cc index 8e4552ef5c25..f9684130a533 100644 --- a/src/operator/quantization/quantize.cc +++ b/src/operator/quantization/quantize.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantize.cc * \brief */ diff --git a/src/operator/quantization/quantize.cu b/src/operator/quantization/quantize.cu index a19584573ab9..e00acc506529 100644 --- a/src/operator/quantization/quantize.cu +++ b/src/operator/quantization/quantize.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantize.cu * \brief */ diff --git a/src/operator/quantization/quantize_graph_pass.cc b/src/operator/quantization/quantize_graph_pass.cc index dab8d50d2b0a..99c4279b1e1a 100644 --- a/src/operator/quantization/quantize_graph_pass.cc +++ b/src/operator/quantization/quantize_graph_pass.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file quantization.cc * \brief */ diff --git a/src/operator/quantization/quantize_v2-inl.h b/src/operator/quantization/quantize_v2-inl.h index 6abd2116d498..3337c0a833d4 100644 --- a/src/operator/quantization/quantize_v2-inl.h +++ b/src/operator/quantization/quantize_v2-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantize_v2-inl.h * \brief implementation of quantize operation */ diff --git a/src/operator/quantization/quantize_v2.cc b/src/operator/quantization/quantize_v2.cc index d5a4088daf6d..3a94b81c6815 100644 --- a/src/operator/quantization/quantize_v2.cc +++ b/src/operator/quantization/quantize_v2.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantize.cc * \brief */ diff --git a/src/operator/quantization/quantize_v2.cu b/src/operator/quantization/quantize_v2.cu index ea1d3f5ee4a6..187896c302b2 100644 --- a/src/operator/quantization/quantize_v2.cu +++ b/src/operator/quantization/quantize_v2.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file quantize_v2.cu * \brief */ diff --git a/src/operator/quantization/quantized_activation.cc b/src/operator/quantization/quantized_activation.cc index 32a838252b96..eeacf8a958af 100644 --- a/src/operator/quantization/quantized_activation.cc +++ b/src/operator/quantization/quantized_activation.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file quantized_activation.cc */ #include diff --git a/src/operator/quantization/quantized_batch_norm.cc b/src/operator/quantization/quantized_batch_norm.cc index c330197846b4..71819cc38522 100644 --- a/src/operator/quantization/quantized_batch_norm.cc +++ b/src/operator/quantization/quantized_batch_norm.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_batch_norm.cc * \brief * \author Yixin Bao diff --git a/src/operator/quantization/quantized_concat.cc b/src/operator/quantization/quantized_concat.cc index 3c6190d5bae8..f9f889e8e275 100644 --- a/src/operator/quantization/quantized_concat.cc +++ b/src/operator/quantization/quantized_concat.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file quantized_concat.cc * \brief */ diff --git a/src/operator/quantization/quantized_conv.cc b/src/operator/quantization/quantized_conv.cc index 692cbdb02032..04e23e074b3f 100644 --- a/src/operator/quantization/quantized_conv.cc +++ b/src/operator/quantization/quantized_conv.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_conv.cc * \brief * \author Ziheng Jiang, Jun Wu diff --git a/src/operator/quantization/quantized_conv.cu b/src/operator/quantization/quantized_conv.cu index 5c91f5143c2e..aedf5a40bfc9 100644 --- a/src/operator/quantization/quantized_conv.cu +++ b/src/operator/quantization/quantized_conv.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_conv.cu * \brief * \author Ziheng Jiang, Jun Wu diff --git a/src/operator/quantization/quantized_elemwise_add.cc b/src/operator/quantization/quantized_elemwise_add.cc index 9e505a2dd557..a531b3917838 100644 --- a/src/operator/quantization/quantized_elemwise_add.cc +++ b/src/operator/quantization/quantized_elemwise_add.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file quantized_elemwise_add.cc * \brief */ diff --git a/src/operator/quantization/quantized_elemwise_mul-inl.h b/src/operator/quantization/quantized_elemwise_mul-inl.h index 766eb85e0761..387dbfb3310f 100644 --- a/src/operator/quantization/quantized_elemwise_mul-inl.h +++ b/src/operator/quantization/quantized_elemwise_mul-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file quantized_elemwise_mul.cc * \brief CPU Implementation of basic elementwise binary mul operators */ diff --git a/src/operator/quantization/quantized_elemwise_mul.cc b/src/operator/quantization/quantized_elemwise_mul.cc index 043ac176b0af..b26cbb845e85 100644 --- a/src/operator/quantization/quantized_elemwise_mul.cc +++ b/src/operator/quantization/quantized_elemwise_mul.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file quantized_elemwise_mul.cc * \brief CPU Implementation of basic elementwise binary mul operators */ diff --git a/src/operator/quantization/quantized_flatten-inl.h b/src/operator/quantization/quantized_flatten-inl.h index bc6764a5d0c5..ddc6660dfb9a 100644 --- a/src/operator/quantization/quantized_flatten-inl.h +++ b/src/operator/quantization/quantized_flatten-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_flatten-inl.h * \brief implementation of quantized flatten operation */ diff --git a/src/operator/quantization/quantized_flatten.cc b/src/operator/quantization/quantized_flatten.cc index 458ec46ea0b4..ec0cde598e83 100644 --- a/src/operator/quantization/quantized_flatten.cc +++ b/src/operator/quantization/quantized_flatten.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_flatten.cc * \brief */ diff --git a/src/operator/quantization/quantized_flatten.cu b/src/operator/quantization/quantized_flatten.cu index d3d0d0d2a46f..784cc039a5e4 100644 --- a/src/operator/quantization/quantized_flatten.cu +++ b/src/operator/quantization/quantized_flatten.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_flatten.cu * \brief */ diff --git a/src/operator/quantization/quantized_fully_connected.cc b/src/operator/quantization/quantized_fully_connected.cc index 310fa51b1acc..446ed21f6c5c 100644 --- a/src/operator/quantization/quantized_fully_connected.cc +++ b/src/operator/quantization/quantized_fully_connected.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_fully_connected.cc * \brief * \author Ziheng Jiang, Jun Wu diff --git a/src/operator/quantization/quantized_fully_connected.cu b/src/operator/quantization/quantized_fully_connected.cu index 7ea609fdf0f6..5873ff0a2574 100644 --- a/src/operator/quantization/quantized_fully_connected.cu +++ b/src/operator/quantization/quantized_fully_connected.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_fully_connected.cu * \brief * \author Ziheng Jiang, Jun Wu diff --git a/src/operator/quantization/quantized_indexing_op.cc b/src/operator/quantization/quantized_indexing_op.cc index 53538a9a634c..1672ddaefaa6 100644 --- a/src/operator/quantization/quantized_indexing_op.cc +++ b/src/operator/quantization/quantized_indexing_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_indexing_op.cc */ #include diff --git a/src/operator/quantization/quantized_pooling.cc b/src/operator/quantization/quantized_pooling.cc index 770931adf461..370f80cd3ddc 100644 --- a/src/operator/quantization/quantized_pooling.cc +++ b/src/operator/quantization/quantized_pooling.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_pooling.cc */ #include diff --git a/src/operator/quantization/quantized_pooling.cu b/src/operator/quantization/quantized_pooling.cu index debdd09ac1c3..ccb44c5d6e3e 100644 --- a/src/operator/quantization/quantized_pooling.cu +++ b/src/operator/quantization/quantized_pooling.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantized_pooling.cu */ #include diff --git a/src/operator/quantization/requantize-inl.h b/src/operator/quantization/requantize-inl.h index 02c0cc1d67e8..d56ec06e141a 100644 --- a/src/operator/quantization/requantize-inl.h +++ b/src/operator/quantization/requantize-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file requantize-inl.h * \brief implementation of quantize operation */ diff --git a/src/operator/quantization/requantize.cc b/src/operator/quantization/requantize.cc index e7923c46df03..3a4402e86a3b 100644 --- a/src/operator/quantization/requantize.cc +++ b/src/operator/quantization/requantize.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file requantize.cc * \brief */ diff --git a/src/operator/quantization/requantize.cu b/src/operator/quantization/requantize.cu index 3334f30c83f4..193d4f7699b5 100644 --- a/src/operator/quantization/requantize.cu +++ b/src/operator/quantization/requantize.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file quantize.cu * \brief */ diff --git a/src/operator/random/multisample_op.cc b/src/operator/random/multisample_op.cc index b493661c169b..b7f22143a790 100644 --- a/src/operator/random/multisample_op.cc +++ b/src/operator/random/multisample_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file multisample_op.cc * \brief CPU-implementation of multi-sampling operators */ diff --git a/src/operator/random/multisample_op.h b/src/operator/random/multisample_op.h index 7a77366ad866..bca84fc7cc20 100644 --- a/src/operator/random/multisample_op.h +++ b/src/operator/random/multisample_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file multisample_op.h * \brief Function definitions of operators for sampling from multiple distributions */ diff --git a/src/operator/random/pdf_op.cc b/src/operator/random/pdf_op.cc index 83d3d2126658..c5af3dcbc5a2 100644 --- a/src/operator/random/pdf_op.cc +++ b/src/operator/random/pdf_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file pdf_op.cc * \brief CPU-operators for computing the pdf of random distributions. */ diff --git a/src/operator/random/pdf_op.cu b/src/operator/random/pdf_op.cu index 5e32c21e3b58..9f66ebd94543 100644 --- a/src/operator/random/pdf_op.cu +++ b/src/operator/random/pdf_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file pdf_op.cu * \brief GPU-operators for computing the pdf of random distributions. */ diff --git a/src/operator/random/pdf_op.h b/src/operator/random/pdf_op.h index 7bbb4fce12f3..b285d3209916 100644 --- a/src/operator/random/pdf_op.h +++ b/src/operator/random/pdf_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file pdf_op.h * \brief Operators for computing the pdf of random distributions. */ diff --git a/src/operator/random/sample_multinomial_op.cc b/src/operator/random/sample_multinomial_op.cc index 5d9304260097..01d66e2c01e9 100644 --- a/src/operator/random/sample_multinomial_op.cc +++ b/src/operator/random/sample_multinomial_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file sample_multinomial_op.h * \brief Operator for sampling from multinomial distributions */ diff --git a/src/operator/random/sample_multinomial_op.cu b/src/operator/random/sample_multinomial_op.cu index aecbdc8fe46b..79b45ff92366 100644 --- a/src/operator/random/sample_multinomial_op.cu +++ b/src/operator/random/sample_multinomial_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file sample_multinomial_op.h * \brief Operator for sampling from multinomial distributions */ diff --git a/src/operator/random/sample_multinomial_op.h b/src/operator/random/sample_multinomial_op.h index 893f20a5f498..9cc1de68ab7f 100644 --- a/src/operator/random/sample_multinomial_op.h +++ b/src/operator/random/sample_multinomial_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file sample_multinomial_op.h * \brief Operator for sampling from multinomial distributions */ diff --git a/src/operator/random/sample_op.cc b/src/operator/random/sample_op.cc index 6ea80bd07e0a..02d91f2125b4 100644 --- a/src/operator/random/sample_op.cc +++ b/src/operator/random/sample_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file sample_op.cc * \brief CPU Implementation of sample op */ diff --git a/src/operator/random/sample_op.cu b/src/operator/random/sample_op.cu index f2e13a644224..8ffc6333425b 100644 --- a/src/operator/random/sample_op.cu +++ b/src/operator/random/sample_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file sample_op.cu * \brief GPU Implementation of sample op */ diff --git a/src/operator/random/sample_op.h b/src/operator/random/sample_op.h index 6bc60eb4c08f..05d43639b198 100644 --- a/src/operator/random/sample_op.h +++ b/src/operator/random/sample_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file sample_op.h * \brief Elementary sampling operators */ diff --git a/src/operator/random/shuffle_op.cc b/src/operator/random/shuffle_op.cc index f34001e2c231..07d03dc512e4 100644 --- a/src/operator/random/shuffle_op.cc +++ b/src/operator/random/shuffle_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file shuffle_op.cc * \brief Operator to shuffle elements of an NDArray */ diff --git a/src/operator/random/shuffle_op.cu b/src/operator/random/shuffle_op.cu index 495af2805057..b66943e456bc 100644 --- a/src/operator/random/shuffle_op.cu +++ b/src/operator/random/shuffle_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file shuffle_op.cc * \brief Operator to shuffle elements of an NDArray */ diff --git a/src/operator/random/unique_sample_op.cc b/src/operator/random/unique_sample_op.cc index dd942f3612bc..5d42e6f6b660 100644 --- a/src/operator/random/unique_sample_op.cc +++ b/src/operator/random/unique_sample_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file sample_op.cc * \brief CPU Implementation of unique sample op */ diff --git a/src/operator/random/unique_sample_op.h b/src/operator/random/unique_sample_op.h index 94b41dc4f2da..01ac32f17bb6 100644 --- a/src/operator/random/unique_sample_op.h +++ b/src/operator/random/unique_sample_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file sample_op.h * \brief Elementary unique sampling operators */ diff --git a/src/operator/rnn-inl.h b/src/operator/rnn-inl.h index 7b1d69bfbff6..c34855468c5c 100644 --- a/src/operator/rnn-inl.h +++ b/src/operator/rnn-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file rnn-inl.h * \brief * \author Sebastian Bodenstein, Shu Zhang diff --git a/src/operator/rnn.cc b/src/operator/rnn.cc index 3e8b5df161a8..2c523c0e6f01 100644 --- a/src/operator/rnn.cc +++ b/src/operator/rnn.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file rnn.cc * \brief * \author Sebastian Bodenstein diff --git a/src/operator/rnn.cu b/src/operator/rnn.cu index a765fca3ea2d..0868795c29c3 100644 --- a/src/operator/rnn.cu +++ b/src/operator/rnn.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file rnn.cu * \brief * \author Sebastian Bodenstein diff --git a/src/operator/rnn_impl.h b/src/operator/rnn_impl.h index 7d4533539fcf..8eb9b4efdab9 100644 --- a/src/operator/rnn_impl.h +++ b/src/operator/rnn_impl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file rnn_impl.h * \brief * \author Shu Zhang diff --git a/src/operator/roi_pooling-inl.h b/src/operator/roi_pooling-inl.h index 22dfdad0374a..6847c96581ef 100644 --- a/src/operator/roi_pooling-inl.h +++ b/src/operator/roi_pooling-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file roi_pooling-inl.h * \brief roi pooling operator and symbol * \author Kye-Hyeon Kim, Jian Guo diff --git a/src/operator/roi_pooling.cc b/src/operator/roi_pooling.cc index 0d5b24fffcf3..269de973f0d2 100644 --- a/src/operator/roi_pooling.cc +++ b/src/operator/roi_pooling.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file roi_pooling.cc * \brief roi pooling operator * \author Ross Girshick, Kye-Hyeon Kim, Jian Guo, Xinyu Chen diff --git a/src/operator/roi_pooling.cu b/src/operator/roi_pooling.cu index 89f3380427ef..02daa29ce3b9 100644 --- a/src/operator/roi_pooling.cu +++ b/src/operator/roi_pooling.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file roi_pooling.cu * \brief roi pooling operator * \author Ross Girshick, Kye-Hyeon Kim, Jian Guo diff --git a/src/operator/sequence_last-inl.h b/src/operator/sequence_last-inl.h index 8d938ca61e50..b6cfc79e1122 100644 --- a/src/operator/sequence_last-inl.h +++ b/src/operator/sequence_last-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file sequence_last-inl.h * \brief * \author Sebastian Bodenstien diff --git a/src/operator/sequence_last.cc b/src/operator/sequence_last.cc index 404df6a3a54b..b63c27d84559 100644 --- a/src/operator/sequence_last.cc +++ b/src/operator/sequence_last.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_last.cc * \brief * \author Sebastian Bodenstein diff --git a/src/operator/sequence_last.cu b/src/operator/sequence_last.cu index 338eb6e4b72b..6130556b4e63 100644 --- a/src/operator/sequence_last.cu +++ b/src/operator/sequence_last.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_last.cu * \brief * \author Sebastian Bodenstein diff --git a/src/operator/sequence_mask-inl.h b/src/operator/sequence_mask-inl.h index beb7f63f83ad..cd730150ed51 100644 --- a/src/operator/sequence_mask-inl.h +++ b/src/operator/sequence_mask-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file wl_sequence_mask-inl.h * \brief * \author Sebastian Bodenstien diff --git a/src/operator/sequence_mask.cc b/src/operator/sequence_mask.cc index 8d42763f66c7..040d5395164d 100644 --- a/src/operator/sequence_mask.cc +++ b/src/operator/sequence_mask.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_mask.cc * \brief * \author Sebastian Bodenstein diff --git a/src/operator/sequence_mask.cu b/src/operator/sequence_mask.cu index 5d7b27336628..3f7722c3cceb 100644 --- a/src/operator/sequence_mask.cu +++ b/src/operator/sequence_mask.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_mask.cu * \brief * \author Sebastian Bodenstein diff --git a/src/operator/sequence_op_common.h b/src/operator/sequence_op_common.h index 4baa28eae17a..3f25b30ab7a2 100644 --- a/src/operator/sequence_op_common.h +++ b/src/operator/sequence_op_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_op_common.h * \brief common function used for sequence layers * \author Sebastian Bodenstein diff --git a/src/operator/sequence_reverse-inl.h b/src/operator/sequence_reverse-inl.h index fe209212b5eb..a9dff1503204 100644 --- a/src/operator/sequence_reverse-inl.h +++ b/src/operator/sequence_reverse-inl.h @@ -18,7 +18,6 @@ */ /* - * Copyright (c) 2016 by Contributors * \file sequence_reverse-inl.h * \brief * \author Sebastian Bodenstien diff --git a/src/operator/sequence_reverse.cc b/src/operator/sequence_reverse.cc index 359b8a680773..d9372fa7f7cf 100644 --- a/src/operator/sequence_reverse.cc +++ b/src/operator/sequence_reverse.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_reverse.cc * \brief * \author Sebastian Bodenstein diff --git a/src/operator/sequence_reverse.cu b/src/operator/sequence_reverse.cu index c05be4ee62ff..02f165ac65af 100644 --- a/src/operator/sequence_reverse.cu +++ b/src/operator/sequence_reverse.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sequence_reverse.cu * \brief * \author Sebastian Bodenstein diff --git a/src/operator/slice_channel-inl.h b/src/operator/slice_channel-inl.h index 9f434395d352..56db31acc15e 100644 --- a/src/operator/slice_channel-inl.h +++ b/src/operator/slice_channel-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file slice_channel-inl.h * \brief * \author Bing Xu diff --git a/src/operator/slice_channel.cc b/src/operator/slice_channel.cc index 9f501ba73bbb..daf013abe700 100644 --- a/src/operator/slice_channel.cc +++ b/src/operator/slice_channel.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file slice_channel.cc * \brief * \author Bing Xu diff --git a/src/operator/slice_channel.cu b/src/operator/slice_channel.cu index 8f72aa5faf9b..514f281349d1 100644 --- a/src/operator/slice_channel.cu +++ b/src/operator/slice_channel.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file slice_channel.cc * \brief * \author Bing Xu diff --git a/src/operator/softmax_output-inl.h b/src/operator/softmax_output-inl.h index 161c10ac999f..72d022b10abd 100644 --- a/src/operator/softmax_output-inl.h +++ b/src/operator/softmax_output-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file softmax_output-inl.h * \brief * \author Bing Xu diff --git a/src/operator/softmax_output.cc b/src/operator/softmax_output.cc index 6f2f9f1faf5d..88d9d5ed342d 100644 --- a/src/operator/softmax_output.cc +++ b/src/operator/softmax_output.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file softmax_output.cc * \brief * \author Bing Xu, Zhang Rong A diff --git a/src/operator/softmax_output.cu b/src/operator/softmax_output.cu index 8028dccd3bab..d4737c4b8045 100644 --- a/src/operator/softmax_output.cu +++ b/src/operator/softmax_output.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file softmax_output.cu * \brief * \author Bing Xu diff --git a/src/operator/spatial_transformer-inl.h b/src/operator/spatial_transformer-inl.h index 022a600f515f..23ee6607886e 100644 --- a/src/operator/spatial_transformer-inl.h +++ b/src/operator/spatial_transformer-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file spatial_transformer-inl.h * \brief * Reproducing paper: aderberg M, Simonyan K, Zisserman A. "Spatial transformer networks" diff --git a/src/operator/spatial_transformer.cc b/src/operator/spatial_transformer.cc index c7f1d38e32d9..e5df6ac860dc 100644 --- a/src/operator/spatial_transformer.cc +++ b/src/operator/spatial_transformer.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file spatial_transformer.cc * \brief * \author Wei Wu diff --git a/src/operator/spatial_transformer.cu b/src/operator/spatial_transformer.cu index a0115a12c0a0..f197c25a207b 100644 --- a/src/operator/spatial_transformer.cu +++ b/src/operator/spatial_transformer.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file spatial_transformer.cu * \brief * \author Wei Wu diff --git a/src/operator/special_functions-inl.h b/src/operator/special_functions-inl.h index 6c3c3a6db9af..863410456959 100644 --- a/src/operator/special_functions-inl.h +++ b/src/operator/special_functions-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file special_functions-inl.h * \brief * \author Valentin Flunkert diff --git a/src/operator/subgraph/build_subgraph.cc b/src/operator/subgraph/build_subgraph.cc index 04c2cbfe6e83..9af7f49178e1 100644 --- a/src/operator/subgraph/build_subgraph.cc +++ b/src/operator/subgraph/build_subgraph.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file build_subgraph.cc * \brief */ diff --git a/src/operator/subgraph/mkldnn/mkldnn_common.h b/src/operator/subgraph/mkldnn/mkldnn_common.h index 5edcf8f91743..d3f4a108013e 100644 --- a/src/operator/subgraph/mkldnn/mkldnn_common.h +++ b/src/operator/subgraph/mkldnn/mkldnn_common.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_common.h * \brief Common header file for MKLDNN backend subgraph * \author Ciyong Chen diff --git a/src/operator/subgraph/mkldnn/mkldnn_elemwisemul_post_quantize_property.h b/src/operator/subgraph/mkldnn/mkldnn_elemwisemul_post_quantize_property.h index 4d8f0e7c9268..dd3042067c69 100644 --- a/src/operator/subgraph/mkldnn/mkldnn_elemwisemul_post_quantize_property.h +++ b/src/operator/subgraph/mkldnn/mkldnn_elemwisemul_post_quantize_property.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_elemwisemul_post_quantize_property.cc * \brief Partition gragph property for MKLDNN Quantized ElemwiseMul operator * \author Xinyu Chen diff --git a/src/operator/subgraph/mkldnn/mkldnn_fc.cc b/src/operator/subgraph/mkldnn/mkldnn_fc.cc index 2e95cebaa838..b90418ec3934 100644 --- a/src/operator/subgraph/mkldnn/mkldnn_fc.cc +++ b/src/operator/subgraph/mkldnn/mkldnn_fc.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_fc.cc * \brief MKLDNN (Quantized) FullyConnected operator based on subgraph * \author Ciyong Chen diff --git a/src/operator/subgraph/mkldnn/mkldnn_fc_post_quantize_property.h b/src/operator/subgraph/mkldnn/mkldnn_fc_post_quantize_property.h index 034f5be3111b..9ae099565b0f 100644 --- a/src/operator/subgraph/mkldnn/mkldnn_fc_post_quantize_property.h +++ b/src/operator/subgraph/mkldnn/mkldnn_fc_post_quantize_property.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_fc_post_quantize_property.cc * \brief Partition gragph property for MKLDNN Quantized FullyConnected operator * \author Ciyong Chen diff --git a/src/operator/subgraph/mkldnn/mkldnn_fc_property.h b/src/operator/subgraph/mkldnn/mkldnn_fc_property.h index 7bfbad084c56..e780350570a3 100644 --- a/src/operator/subgraph/mkldnn/mkldnn_fc_property.h +++ b/src/operator/subgraph/mkldnn/mkldnn_fc_property.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file mkldnn_fc_property.cc * \brief Partition gragph property for FullyConnected operator * \author Ciyong Chen diff --git a/src/operator/subgraph/tensorrt/nnvm_to_onnx-inl.h b/src/operator/subgraph/tensorrt/nnvm_to_onnx-inl.h index 92df0a4b7d0b..727718a38885 100644 --- a/src/operator/subgraph/tensorrt/nnvm_to_onnx-inl.h +++ b/src/operator/subgraph/tensorrt/nnvm_to_onnx-inl.h @@ -20,7 +20,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file nnvm_to_onnx-inl.h * \brief Conversion from NNVM to ONNX for TensorRT * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/subgraph/tensorrt/nnvm_to_onnx.cc b/src/operator/subgraph/tensorrt/nnvm_to_onnx.cc index 4aa4c2a0c011..1b967260a760 100644 --- a/src/operator/subgraph/tensorrt/nnvm_to_onnx.cc +++ b/src/operator/subgraph/tensorrt/nnvm_to_onnx.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file nnvm_to_onnx.cc * \brief Conversion from NNVM to ONNX for TensorRT * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/subgraph/tensorrt/onnx_to_tensorrt.cc b/src/operator/subgraph/tensorrt/onnx_to_tensorrt.cc index cb2ae7cb6265..25efcb67a8be 100644 --- a/src/operator/subgraph/tensorrt/onnx_to_tensorrt.cc +++ b/src/operator/subgraph/tensorrt/onnx_to_tensorrt.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file onnx_to_tensorrt.cc * \brief TensorRT integration with the MXNet executor * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/subgraph/tensorrt/onnx_to_tensorrt.h b/src/operator/subgraph/tensorrt/onnx_to_tensorrt.h index 653831d32f76..3a9f316b470e 100644 --- a/src/operator/subgraph/tensorrt/onnx_to_tensorrt.h +++ b/src/operator/subgraph/tensorrt/onnx_to_tensorrt.h @@ -20,7 +20,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file onnx_to_tensorrt.h * \brief TensorRT integration with the MXNet executor * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/subgraph/tensorrt/tensorrt-inl.h b/src/operator/subgraph/tensorrt/tensorrt-inl.h index 5f84d8e1dd3d..4f0896e7cf26 100644 --- a/src/operator/subgraph/tensorrt/tensorrt-inl.h +++ b/src/operator/subgraph/tensorrt/tensorrt-inl.h @@ -20,7 +20,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file tensorrt-inl.h * \brief TensorRT operation registration * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/subgraph/tensorrt/tensorrt.cc b/src/operator/subgraph/tensorrt/tensorrt.cc index 831baf30722c..552ac2f6c79e 100644 --- a/src/operator/subgraph/tensorrt/tensorrt.cc +++ b/src/operator/subgraph/tensorrt/tensorrt.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file tensorrt.cc * \brief TensorRT operation registration * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/subgraph/tensorrt/tensorrt.cu b/src/operator/subgraph/tensorrt/tensorrt.cu index 8b6b37b94eaa..36e52d4f5ff0 100644 --- a/src/operator/subgraph/tensorrt/tensorrt.cu +++ b/src/operator/subgraph/tensorrt/tensorrt.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file tensorrt.cu * \brief TensorRT GPU operation registration * \author Marek Kolodziej, Clement Fuji Tsang diff --git a/src/operator/svm_output-inl.h b/src/operator/svm_output-inl.h index 3a6d801db17d..d09a71aa471e 100644 --- a/src/operator/svm_output-inl.h +++ b/src/operator/svm_output-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file svm_output-inl.h * \brief * \author Jonas Amaro diff --git a/src/operator/svm_output.cc b/src/operator/svm_output.cc index fe8fa1a9cb77..b4a48c886189 100644 --- a/src/operator/svm_output.cc +++ b/src/operator/svm_output.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file svm_output.cc * \brief * \author Jonas Amaro diff --git a/src/operator/svm_output.cu b/src/operator/svm_output.cu index f438f6c7afb6..3f495ab1a44e 100644 --- a/src/operator/svm_output.cu +++ b/src/operator/svm_output.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file svm_output.cu * \brief * \author Jonas Amaro diff --git a/src/operator/swapaxis-inl.h b/src/operator/swapaxis-inl.h index 2600c8628d67..22b9aaecd671 100644 --- a/src/operator/swapaxis-inl.h +++ b/src/operator/swapaxis-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file swapaxis-inl.h * \brief * \author Ming Zhang diff --git a/src/operator/swapaxis.cc b/src/operator/swapaxis.cc index b037f5f1d284..e3aa50be06e2 100644 --- a/src/operator/swapaxis.cc +++ b/src/operator/swapaxis.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file swapaxis.cc * \brief * \author Ming Zhang diff --git a/src/operator/swapaxis.cu b/src/operator/swapaxis.cu index 9133d1968df1..0760deff572e 100644 --- a/src/operator/swapaxis.cu +++ b/src/operator/swapaxis.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file swapaxis.cu * \brief * \author Ming Zhang diff --git a/src/operator/tensor/broadcast_reduce-inl.h b/src/operator/tensor/broadcast_reduce-inl.h index 737b17dee2d1..30f52f126166 100644 --- a/src/operator/tensor/broadcast_reduce-inl.h +++ b/src/operator/tensor/broadcast_reduce-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015-2017 by Contributors * \file broadcast_reduce-inl.h * \brief CPU-specific Function definition of broadcast and reduce operators */ diff --git a/src/operator/tensor/broadcast_reduce_minmax_value.cc b/src/operator/tensor/broadcast_reduce_minmax_value.cc index 50f8025d166c..d3f602554de7 100644 --- a/src/operator/tensor/broadcast_reduce_minmax_value.cc +++ b/src/operator/tensor/broadcast_reduce_minmax_value.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_minmax_value.cc * \brief CPU Implementation of broadcast and reduce min and max functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_minmax_value.cu b/src/operator/tensor/broadcast_reduce_minmax_value.cu index e596923290c2..699650c09a3d 100644 --- a/src/operator/tensor/broadcast_reduce_minmax_value.cu +++ b/src/operator/tensor/broadcast_reduce_minmax_value.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_minmax_value.cu * \brief GPU Implementation of broadcast and reduce min and max functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_norm_value.cc b/src/operator/tensor/broadcast_reduce_norm_value.cc index d3b074c25ed9..769c5ee39483 100644 --- a/src/operator/tensor/broadcast_reduce_norm_value.cc +++ b/src/operator/tensor/broadcast_reduce_norm_value.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_norm_value.cc * \brief CPU Implementation of broadcast and reduce norm functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_norm_value.cu b/src/operator/tensor/broadcast_reduce_norm_value.cu index 21af3742197b..d69b9316fc41 100644 --- a/src/operator/tensor/broadcast_reduce_norm_value.cu +++ b/src/operator/tensor/broadcast_reduce_norm_value.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_norm_value.cu * \brief GPU Implementation of broadcast and reduce norm functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_op.h b/src/operator/tensor/broadcast_reduce_op.h index 29e8f3382aba..d5ba8c2f60c0 100644 --- a/src/operator/tensor/broadcast_reduce_op.h +++ b/src/operator/tensor/broadcast_reduce_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file broadcast_reduce_op.h * \brief Function definition of broadcast and reduce operators */ diff --git a/src/operator/tensor/broadcast_reduce_op_index.cc b/src/operator/tensor/broadcast_reduce_op_index.cc index 8ceb55b465c4..696f7ae4a56a 100644 --- a/src/operator/tensor/broadcast_reduce_op_index.cc +++ b/src/operator/tensor/broadcast_reduce_op_index.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_op_index.cc * \brief CPU Implementation of broadcast and reduce functions based on index. */ diff --git a/src/operator/tensor/broadcast_reduce_op_index.cu b/src/operator/tensor/broadcast_reduce_op_index.cu index cb04b4630979..708b4879a2da 100644 --- a/src/operator/tensor/broadcast_reduce_op_index.cu +++ b/src/operator/tensor/broadcast_reduce_op_index.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_op_index.cu * \brief GPU Implementation of broadcast and reduce functions based on index. */ diff --git a/src/operator/tensor/broadcast_reduce_op_value.cc b/src/operator/tensor/broadcast_reduce_op_value.cc index 9b1d054b5c55..a1d584b8b751 100644 --- a/src/operator/tensor/broadcast_reduce_op_value.cc +++ b/src/operator/tensor/broadcast_reduce_op_value.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_op_value.cc * \brief CPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_op_value.cu b/src/operator/tensor/broadcast_reduce_op_value.cu index aa79cf6b769f..67b81ca7c56c 100644 --- a/src/operator/tensor/broadcast_reduce_op_value.cu +++ b/src/operator/tensor/broadcast_reduce_op_value.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_op_value.cu * \brief GPU Implementation of broadcast and reduce functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_prod_value.cc b/src/operator/tensor/broadcast_reduce_prod_value.cc index f41e94e9af8d..7d9944ceb4b9 100644 --- a/src/operator/tensor/broadcast_reduce_prod_value.cc +++ b/src/operator/tensor/broadcast_reduce_prod_value.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_prod_value.cc * \brief CPU Implementation of broadcast and reduce of prod functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_prod_value.cu b/src/operator/tensor/broadcast_reduce_prod_value.cu index 6b097d0c5ed9..20b8b7f89a1e 100644 --- a/src/operator/tensor/broadcast_reduce_prod_value.cu +++ b/src/operator/tensor/broadcast_reduce_prod_value.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_prod_value.cu * \brief GPU Implementation of broadcast and reduce prod functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_sum_value.cc b/src/operator/tensor/broadcast_reduce_sum_value.cc index 70bfce8f3991..817c9c510f15 100644 --- a/src/operator/tensor/broadcast_reduce_sum_value.cc +++ b/src/operator/tensor/broadcast_reduce_sum_value.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_sum_value.cc * \brief CPU Implementation of broadcast and reduce sum (and related) functions based on value. */ diff --git a/src/operator/tensor/broadcast_reduce_sum_value.cu b/src/operator/tensor/broadcast_reduce_sum_value.cu index bf9d166cb59e..01074963edf5 100644 --- a/src/operator/tensor/broadcast_reduce_sum_value.cu +++ b/src/operator/tensor/broadcast_reduce_sum_value.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file broadcast_reduce_sum_value.cu * \brief GPU Implementation of broadcast and reduce sum (and related) functions based on value. */ diff --git a/src/operator/tensor/cast_storage-inl.cuh b/src/operator/tensor/cast_storage-inl.cuh index b1d23d1f4104..01617fcbb278 100644 --- a/src/operator/tensor/cast_storage-inl.cuh +++ b/src/operator/tensor/cast_storage-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file cast_storage-inl.cuh * \brief GPU implementation of cast_storage op */ diff --git a/src/operator/tensor/control_flow_op.cc b/src/operator/tensor/control_flow_op.cc index 89a358c96b21..0a8c70924df9 100644 --- a/src/operator/tensor/control_flow_op.cc +++ b/src/operator/tensor/control_flow_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file control_flow_op.cc * \brief CPU Implementation of flow control */ diff --git a/src/operator/tensor/control_flow_op.cu b/src/operator/tensor/control_flow_op.cu index 5795c5a04430..d7c4147ca36f 100644 --- a/src/operator/tensor/control_flow_op.cu +++ b/src/operator/tensor/control_flow_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file control_flow_op.cu * \brief GPU implementation of control flow */ diff --git a/src/operator/tensor/control_flow_op.h b/src/operator/tensor/control_flow_op.h index 5466c7f9fe72..564f774dcec9 100644 --- a/src/operator/tensor/control_flow_op.h +++ b/src/operator/tensor/control_flow_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file control_flow_op.h * \brief Function definitions of operators for controlling flow */ diff --git a/src/operator/tensor/diag_op-inl.h b/src/operator/tensor/diag_op-inl.h index 7abe7437af4f..013bbdf467dd 100644 --- a/src/operator/tensor/diag_op-inl.h +++ b/src/operator/tensor/diag_op-inl.h @@ -18,12 +18,10 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file diag_op-inl.h * \brief Function definition of the diag op * \author Istvan Fehervari, Zhijingcheng Yu */ - #ifndef MXNET_OPERATOR_TENSOR_DIAG_OP_INL_H_ #define MXNET_OPERATOR_TENSOR_DIAG_OP_INL_H_ diff --git a/src/operator/tensor/diag_op.cc b/src/operator/tensor/diag_op.cc index 95aff241f3a9..536dccd78793 100644 --- a/src/operator/tensor/diag_op.cc +++ b/src/operator/tensor/diag_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file diag_op.cc * \brief CPU implementation of diag operator * \author Istvan Fehervari, Zhijingcheng Yu diff --git a/src/operator/tensor/diag_op.cu b/src/operator/tensor/diag_op.cu index 37c1b12afbde..090a9fee7a90 100644 --- a/src/operator/tensor/diag_op.cu +++ b/src/operator/tensor/diag_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file diag_op.cu * \brief GPU Implementation of the diag operator * \author Istvan Fehervari diff --git a/src/operator/tensor/dot-inl.cuh b/src/operator/tensor/dot-inl.cuh index 98528d427b34..5117c865c510 100644 --- a/src/operator/tensor/dot-inl.cuh +++ b/src/operator/tensor/dot-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file dot-inl.cuh * \brief GPU specific function definition of matrix dot operator */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op.h b/src/operator/tensor/elemwise_binary_broadcast_op.h index 8f53837571a5..9bfcbc73163a 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op.h +++ b/src/operator/tensor/elemwise_binary_broadcast_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file elemwise_binary_broadcast_op.h * \brief Function definition of elementwise binary broadcast operators */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cc b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cc index cb3d17ede83c..9d0f107aa760 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cc +++ b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_broadcast_op_basic.cc * \brief CPU Implementation of basic functions for elementwise binary broadcast operator. */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu index a1b85783c890..5eef2fae65a3 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu +++ b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_broadcast_op_basic.cu * \brief GPU Implementation of basic functions for elementwise binary broadcast operator. */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_extended.cc b/src/operator/tensor/elemwise_binary_broadcast_op_extended.cc index 152a634e646a..c88957de67da 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_extended.cc +++ b/src/operator/tensor/elemwise_binary_broadcast_op_extended.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_broadcast_op_extended.cc * \brief CPU Implementation of extended functions for elementwise binary broadcast operator. */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_extended.cu b/src/operator/tensor/elemwise_binary_broadcast_op_extended.cu index a34c09cd38f7..6397e0939e9d 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_extended.cu +++ b/src/operator/tensor/elemwise_binary_broadcast_op_extended.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_broadcast_op_extended.cu * \brief GPU Implementation of extended functions for elementwise binary broadcast operator. */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_logic.cc b/src/operator/tensor/elemwise_binary_broadcast_op_logic.cc index 808356a89214..70a238313a7e 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_logic.cc +++ b/src/operator/tensor/elemwise_binary_broadcast_op_logic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_broadcast_op_logic.cc * \brief CPU Implementation of elementwise binary broadcast logical operators. */ diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_logic.cu b/src/operator/tensor/elemwise_binary_broadcast_op_logic.cu index f685dcc06460..e85d3ae57ca9 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_logic.cu +++ b/src/operator/tensor/elemwise_binary_broadcast_op_logic.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_broadcast_op_logic.cu * \brief GPU Implementation of elementwise binary broadcast logical operators. */ diff --git a/src/operator/tensor/elemwise_binary_op.cc b/src/operator/tensor/elemwise_binary_op.cc index b3a227dfeda2..a1dcc387d9cb 100644 --- a/src/operator/tensor/elemwise_binary_op.cc +++ b/src/operator/tensor/elemwise_binary_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op.cc * \brief CPU implementation of elementwise binary operators */ diff --git a/src/operator/tensor/elemwise_binary_op.h b/src/operator/tensor/elemwise_binary_op.h index f48d48c0e946..aa350b886286 100644 --- a/src/operator/tensor/elemwise_binary_op.h +++ b/src/operator/tensor/elemwise_binary_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op.h * \brief Function definition of elementwise binary operators */ diff --git a/src/operator/tensor/elemwise_binary_op_basic.cc b/src/operator/tensor/elemwise_binary_op_basic.cc index 5872ab53254e..ab6e15c95ae7 100644 --- a/src/operator/tensor/elemwise_binary_op_basic.cc +++ b/src/operator/tensor/elemwise_binary_op_basic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op_basic.cc * \brief CPU Implementation of basic elementwise binary broadcast operators */ diff --git a/src/operator/tensor/elemwise_binary_op_basic.cu b/src/operator/tensor/elemwise_binary_op_basic.cu index cc71a70efb6c..91db0a41ebbd 100644 --- a/src/operator/tensor/elemwise_binary_op_basic.cu +++ b/src/operator/tensor/elemwise_binary_op_basic.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op_basic.cu * \brief GPU Implementation of basic elementwise binary broadcast operators */ diff --git a/src/operator/tensor/elemwise_binary_op_extended.cc b/src/operator/tensor/elemwise_binary_op_extended.cc index ed778bb8221c..b6bf773055bb 100644 --- a/src/operator/tensor/elemwise_binary_op_extended.cc +++ b/src/operator/tensor/elemwise_binary_op_extended.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op_extended.cc * \brief CPU Implementation of extended functions for elementwise binary broadcast operator.. */ diff --git a/src/operator/tensor/elemwise_binary_op_extended.cu b/src/operator/tensor/elemwise_binary_op_extended.cu index 2bfcb93a403a..d94123022783 100644 --- a/src/operator/tensor/elemwise_binary_op_extended.cu +++ b/src/operator/tensor/elemwise_binary_op_extended.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op_extended.cu * \brief GPU Implementation of binary function. */ diff --git a/src/operator/tensor/elemwise_binary_op_logic.cc b/src/operator/tensor/elemwise_binary_op_logic.cc index d911637d3d80..c36f9926cf55 100644 --- a/src/operator/tensor/elemwise_binary_op_logic.cc +++ b/src/operator/tensor/elemwise_binary_op_logic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op_logic.cc * \brief CPU Implementation of unary function. */ diff --git a/src/operator/tensor/elemwise_binary_op_logic.cu b/src/operator/tensor/elemwise_binary_op_logic.cu index 669ed1ff61ed..52a8aae1a378 100644 --- a/src/operator/tensor/elemwise_binary_op_logic.cu +++ b/src/operator/tensor/elemwise_binary_op_logic.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_op_logic.cu * \brief GPU Implementation of unary function. */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op.h b/src/operator/tensor/elemwise_binary_scalar_op.h index 9c19b163d61d..c666405d9dab 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op.h +++ b/src/operator/tensor/elemwise_binary_scalar_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op.h * \brief Function definition of elementwise binary scalar operators */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op_basic.cc b/src/operator/tensor/elemwise_binary_scalar_op_basic.cc index fb599b0d8794..7e4823bebffb 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op_basic.cc +++ b/src/operator/tensor/elemwise_binary_scalar_op_basic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op_basic.cc * \brief CPU Implementation of basic binary scalar functions. */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op_basic.cu b/src/operator/tensor/elemwise_binary_scalar_op_basic.cu index bdbaba927ae9..bc97f63f0021 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op_basic.cu +++ b/src/operator/tensor/elemwise_binary_scalar_op_basic.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op_basic.cu * \brief CPU Implementation of basic binary scalar functions. */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op_extended.cc b/src/operator/tensor/elemwise_binary_scalar_op_extended.cc index ba467ea734fc..3c4938074fc7 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op_extended.cc +++ b/src/operator/tensor/elemwise_binary_scalar_op_extended.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op_extended.cc * \brief CPU Implementation of extended binary scalar functions. */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op_extended.cu b/src/operator/tensor/elemwise_binary_scalar_op_extended.cu index 507fb0b87f7c..c6a1d0bd2089 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op_extended.cu +++ b/src/operator/tensor/elemwise_binary_scalar_op_extended.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op_extended.cu * \brief GPU Implementation of extended binary scalar functions. */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op_logic.cc b/src/operator/tensor/elemwise_binary_scalar_op_logic.cc index 346370f538e4..847da6d4c737 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op_logic.cc +++ b/src/operator/tensor/elemwise_binary_scalar_op_logic.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op_logic.cc * \brief CPU Implementation of binary scalar logic functions. */ diff --git a/src/operator/tensor/elemwise_binary_scalar_op_logic.cu b/src/operator/tensor/elemwise_binary_scalar_op_logic.cu index af382a7dfd44..00637e65faf4 100644 --- a/src/operator/tensor/elemwise_binary_scalar_op_logic.cu +++ b/src/operator/tensor/elemwise_binary_scalar_op_logic.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file elemwise_binary_scalar_op_logic.cu * \brief GPU Implementation of binary scalar logic functions. */ diff --git a/src/operator/tensor/elemwise_sum.cc b/src/operator/tensor/elemwise_sum.cc index 494a0d5abb43..b6b7035a45f8 100644 --- a/src/operator/tensor/elemwise_sum.cc +++ b/src/operator/tensor/elemwise_sum.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file elemwise_sum.cc * \brief CPU implementation of elementwise sum operator */ diff --git a/src/operator/tensor/elemwise_sum.cu b/src/operator/tensor/elemwise_sum.cu index 52cdd98d6a80..7f734f5ca518 100644 --- a/src/operator/tensor/elemwise_sum.cu +++ b/src/operator/tensor/elemwise_sum.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file elemwise_sum.cu * \brief GPU implementation of elementwise sum operator */ diff --git a/src/operator/tensor/elemwise_sum.h b/src/operator/tensor/elemwise_sum.h index e559a669c025..25f8e207de4f 100644 --- a/src/operator/tensor/elemwise_sum.h +++ b/src/operator/tensor/elemwise_sum.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file elemwise_sum.h * \brief Function definition of elementwise sum * \author Bing Xu diff --git a/src/operator/tensor/elemwise_unary_op.h b/src/operator/tensor/elemwise_unary_op.h index bed270e60bd7..11ce54defb9e 100644 --- a/src/operator/tensor/elemwise_unary_op.h +++ b/src/operator/tensor/elemwise_unary_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file elementwise_unary_op.h * \brief Function definition of elementwise unary operators */ diff --git a/src/operator/tensor/indexing_op-inl.cuh b/src/operator/tensor/indexing_op-inl.cuh index cc0694bf1946..c4757c1fc570 100644 --- a/src/operator/tensor/indexing_op-inl.cuh +++ b/src/operator/tensor/indexing_op-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file indexing_op-inl.cuh * \brief CUDA implementations for indexing_op.h * \author Antti-Pekka Hynninen diff --git a/src/operator/tensor/indexing_op.cc b/src/operator/tensor/indexing_op.cc index de61d20f75a3..30825415e481 100644 --- a/src/operator/tensor/indexing_op.cc +++ b/src/operator/tensor/indexing_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file indexing_op.cc * \brief CPU implementation of indexing operator * \author Siyi Li, Chi Zhang diff --git a/src/operator/tensor/indexing_op.cu b/src/operator/tensor/indexing_op.cu index a47479d78aa4..0fea1a4c0eec 100644 --- a/src/operator/tensor/indexing_op.cu +++ b/src/operator/tensor/indexing_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file indexing_op.cu * \brief GPU implementation of indexing operator * \author Siyi Li, Chi Zhang diff --git a/src/operator/tensor/indexing_op.h b/src/operator/tensor/indexing_op.h index e692d38c8b7e..2222e278a39c 100644 --- a/src/operator/tensor/indexing_op.h +++ b/src/operator/tensor/indexing_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file indexing_op.h * \brief Function definition of indexing operator * \author Bing Xu, Siyi Li, Chi Zhang, Haibin Lin diff --git a/src/operator/tensor/init_op.cc b/src/operator/tensor/init_op.cc index 97297e3134b0..238718674132 100644 --- a/src/operator/tensor/init_op.cc +++ b/src/operator/tensor/init_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file init_op.cc * \brief CPU Implementation of init op */ diff --git a/src/operator/tensor/init_op.cu b/src/operator/tensor/init_op.cu index 99b2b136ca54..c8d5f493e908 100644 --- a/src/operator/tensor/init_op.cu +++ b/src/operator/tensor/init_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file init_op.cu * \brief GPU Implementation of init op */ diff --git a/src/operator/tensor/init_op.h b/src/operator/tensor/init_op.h index a235bfc15776..650599cd5403 100644 --- a/src/operator/tensor/init_op.h +++ b/src/operator/tensor/init_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file init_op.h * \brief Function definition of initialization op */ diff --git a/src/operator/tensor/la_op-inl.h b/src/operator/tensor/la_op-inl.h index 4958e104726d..212d630bc016 100644 --- a/src/operator/tensor/la_op-inl.h +++ b/src/operator/tensor/la_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file la_op-inl.h * \brief Operators for advanced linear algebra. * \note See https://arxiv.org/pdf/1710.08717.pdf for details of gradient computations. diff --git a/src/operator/tensor/la_op.cc b/src/operator/tensor/la_op.cc index 35c1a36ce4e9..4bc027858aba 100644 --- a/src/operator/tensor/la_op.cc +++ b/src/operator/tensor/la_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file la_op.cc * \brief CPU implementation of Operators for advanced linear algebra. */ diff --git a/src/operator/tensor/la_op.h b/src/operator/tensor/la_op.h index 9955d481d33d..dd993887e2c3 100644 --- a/src/operator/tensor/la_op.h +++ b/src/operator/tensor/la_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file la_op.h * \brief Function definition of Operators for advanced linear algebra. */ diff --git a/src/operator/tensor/matrix_op-inl.h b/src/operator/tensor/matrix_op-inl.h index a515c018b4e8..9a6ccc6ec8a6 100644 --- a/src/operator/tensor/matrix_op-inl.h +++ b/src/operator/tensor/matrix_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file matrix_op-inl.h * \brief Function definition of matrix related operators */ diff --git a/src/operator/tensor/matrix_op.cc b/src/operator/tensor/matrix_op.cc index ae00753da4ab..fe9b62767dcf 100644 --- a/src/operator/tensor/matrix_op.cc +++ b/src/operator/tensor/matrix_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file matrix_op.cc * \brief CPU Implementation of matrix operations */ diff --git a/src/operator/tensor/matrix_op.cu b/src/operator/tensor/matrix_op.cu index 9e1c64435005..fd8306a96edd 100644 --- a/src/operator/tensor/matrix_op.cu +++ b/src/operator/tensor/matrix_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file matrix_op.cu * \brief GPU Implementation of matrix operations */ diff --git a/src/operator/tensor/ordering_op-inl.h b/src/operator/tensor/ordering_op-inl.h index 36691fee1f67..6e4569b45bdb 100644 --- a/src/operator/tensor/ordering_op-inl.h +++ b/src/operator/tensor/ordering_op-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file ordering_op-inl.h * \brief Function definition of ordering operators */ diff --git a/src/operator/tensor/ordering_op.cc b/src/operator/tensor/ordering_op.cc index ec3a07edc4e2..87d1864c6d8f 100644 --- a/src/operator/tensor/ordering_op.cc +++ b/src/operator/tensor/ordering_op.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2016 by Contributors * \file ordering_op.cc * \brief CPU Implementation of the ordering operations */ diff --git a/src/operator/tensor/ordering_op.cu b/src/operator/tensor/ordering_op.cu index b1e47dbd75f5..7df36ca421ec 100644 --- a/src/operator/tensor/ordering_op.cu +++ b/src/operator/tensor/ordering_op.cu @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file ordering_op.cu * \brief GPU Implementation of ordering operations */ diff --git a/src/operator/tensor/pseudo2DTranspose_op-inl.cuh b/src/operator/tensor/pseudo2DTranspose_op-inl.cuh index c89fe2e2b959..b9a5ab2b2bea 100644 --- a/src/operator/tensor/pseudo2DTranspose_op-inl.cuh +++ b/src/operator/tensor/pseudo2DTranspose_op-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file pseudo2DTranspose_op-inl.cuh * \brief pseudo 2D transpose * \author Dawid Tracz diff --git a/src/operator/tensor/ravel.cc b/src/operator/tensor/ravel.cc index 69df46a67cef..4b98887dabe8 100644 --- a/src/operator/tensor/ravel.cc +++ b/src/operator/tensor/ravel.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file ravel.cc * \brief CPU implementation of operators for ravel/unravel. */ diff --git a/src/operator/tensor/ravel.h b/src/operator/tensor/ravel.h index 3eee02c4a5a8..d192b35060f2 100644 --- a/src/operator/tensor/ravel.h +++ b/src/operator/tensor/ravel.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2018 by Contributors * \file ravel.h * \brief Operators for ravel/unravel of indices. */ diff --git a/src/operator/tensor/sort_op-inl.cuh b/src/operator/tensor/sort_op-inl.cuh index a4754ef4ab75..2b0fab77dd80 100644 --- a/src/operator/tensor/sort_op-inl.cuh +++ b/src/operator/tensor/sort_op-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file sort_op-inl.cuh * \brief CUDA implementations for sort_op.h */ diff --git a/src/operator/tensor/sort_op.h b/src/operator/tensor/sort_op.h index df3dd1ef7086..b196fdb7f432 100644 --- a/src/operator/tensor/sort_op.h +++ b/src/operator/tensor/sort_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file sort_op.h * \brief SortByKey function */ diff --git a/src/operator/tensor/util/tensor_util-inl.cuh b/src/operator/tensor/util/tensor_util-inl.cuh index a58f7db2b0c3..f2627b771618 100644 --- a/src/operator/tensor/util/tensor_util-inl.cuh +++ b/src/operator/tensor/util/tensor_util-inl.cuh @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file tensor_util-inl.cuh * \brief commonly utilized tensor operator GPU kernels */ diff --git a/src/operator/tensor/util/tensor_util-inl.h b/src/operator/tensor/util/tensor_util-inl.h index d3bec593fd39..eeaa5cf7c84d 100644 --- a/src/operator/tensor/util/tensor_util-inl.h +++ b/src/operator/tensor/util/tensor_util-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file tensor_util-inl.h * \brief commonly utilized tensor operator CPU kernels */ diff --git a/src/operator/tvmop/op_module.cc b/src/operator/tvmop/op_module.cc index 35b810a3d78a..fa70ad894ea6 100644 --- a/src/operator/tvmop/op_module.cc +++ b/src/operator/tvmop/op_module.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file op_module.cc * \brief Invoke registered TVM operators. * \author Yizhi Liu diff --git a/src/operator/tvmop/op_module.h b/src/operator/tvmop/op_module.h index 738da857dbc2..63f547ee4e03 100644 --- a/src/operator/tvmop/op_module.h +++ b/src/operator/tvmop/op_module.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2019 by Contributors * \file op_module.h * \brief Invoke registered TVM operators. * \author Yizhi Liu diff --git a/src/optimizer/sgd-inl.h b/src/optimizer/sgd-inl.h index 752f5e5c08d2..fabe75b4c720 100644 --- a/src/optimizer/sgd-inl.h +++ b/src/optimizer/sgd-inl.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file sgd-inl.h * \brief Operator interface of mxnet. * \author Junyuan Xie diff --git a/src/profiler/aggregate_stats.cc b/src/profiler/aggregate_stats.cc index 87bcdd12c513..2cb8759e095a 100644 --- a/src/profiler/aggregate_stats.cc +++ b/src/profiler/aggregate_stats.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file profiler.cc * \brief implements profiler */ diff --git a/src/profiler/profiler.cc b/src/profiler/profiler.cc index e9f48b5403a8..53875b66b2da 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file profiler.cc * \brief implements profiler */ diff --git a/src/profiler/profiler.h b/src/profiler/profiler.h index 054ae6e6f3b1..19903ca09b9d 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file profiler.h * \brief implements profiler */ diff --git a/src/profiler/vtune.h b/src/profiler/vtune.h index 225cd0871736..0952760ad5ae 100644 --- a/src/profiler/vtune.h +++ b/src/profiler/vtune.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file vtune.h * \brief VTune API classes. */ diff --git a/src/resource.cc b/src/resource.cc index fcc4a5828604..899f58d74df3 100644 --- a/src/resource.cc +++ b/src/resource.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file resource.cc * \brief Implementation of resource manager. */ diff --git a/src/storage/cpu_device_storage.h b/src/storage/cpu_device_storage.h index fd53c302036a..60839dd5c0f2 100644 --- a/src/storage/cpu_device_storage.h +++ b/src/storage/cpu_device_storage.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file cpu_device_storage.h * \brief CPU storage implementation. */ diff --git a/src/storage/gpu_device_storage.h b/src/storage/gpu_device_storage.h index 6b5df04808b7..ee8be75aa2c9 100644 --- a/src/storage/gpu_device_storage.h +++ b/src/storage/gpu_device_storage.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file gpu_device_storage.h * \brief GPU storage implementation. */ diff --git a/src/storage/naive_storage_manager.h b/src/storage/naive_storage_manager.h index 74b9ea7c522a..32adb50c9d13 100644 --- a/src/storage/naive_storage_manager.h +++ b/src/storage/naive_storage_manager.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file naive_storage_manager.h * \brief Naive storage manager. */ diff --git a/src/storage/pinned_memory_storage.h b/src/storage/pinned_memory_storage.h index d8b801154726..b9c2dfb72e31 100644 --- a/src/storage/pinned_memory_storage.h +++ b/src/storage/pinned_memory_storage.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file pinned_memory_storage.h * \brief CPU storage with pinned memory */ diff --git a/src/storage/pooled_storage_manager.h b/src/storage/pooled_storage_manager.h index 9bdffc1689c5..a58fc6e18f1e 100644 --- a/src/storage/pooled_storage_manager.h +++ b/src/storage/pooled_storage_manager.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file pooled_storage_manager.h * \brief Storage manager with a memory pool. */ diff --git a/src/storage/storage.cc b/src/storage/storage.cc index d4d76cbb9746..04760b346da6 100644 --- a/src/storage/storage.cc +++ b/src/storage/storage.cc @@ -17,9 +17,6 @@ * under the License. */ -/*! - * Copyright (c) 2015 by Contributors - */ #include #include "./storage_manager.h" #include "./naive_storage_manager.h" diff --git a/src/storage/storage_manager.h b/src/storage/storage_manager.h index 362075d88db2..3f1938b870ab 100644 --- a/src/storage/storage_manager.h +++ b/src/storage/storage_manager.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file storage_manager.h * \brief Storage manager. */ diff --git a/tests/cpp/include/test_op.h b/tests/cpp/include/test_op.h index f1f9b7e624f4..c80255d72f20 100644 --- a/tests/cpp/include/test_op.h +++ b/tests/cpp/include/test_op.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file test_op.h * \brief operator unit test utility functions * \author Chris Olivier diff --git a/tests/cpp/include/test_perf.h b/tests/cpp/include/test_perf.h index 62798d7780f9..2daee316da12 100644 --- a/tests/cpp/include/test_perf.h +++ b/tests/cpp/include/test_perf.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file test_perf.h * \brief operator unit test utility functions * \author Chris Olivier diff --git a/tests/cpp/include/test_util.h b/tests/cpp/include/test_util.h index c41d57c7b364..8e270834bbcc 100644 --- a/tests/cpp/include/test_util.h +++ b/tests/cpp/include/test_util.h @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2017 by Contributors * \file test_util.h * \brief unit test performance analysis functions * \author Chris Olivier diff --git a/tools/im2rec.cc b/tools/im2rec.cc index ddb3f7f11c1e..1c4071a23eee 100644 --- a/tools/im2rec.cc +++ b/tools/im2rec.cc @@ -18,7 +18,6 @@ */ /*! - * Copyright (c) 2015 by Contributors * \file im2rec.cc * \brief convert images into image recordio format * Image Record Format: zeropad[64bit] imid[64bit] img-binary-content