|
207 | 207 | The Apache MXNET (incubating) project contains subcomponents with separate |
208 | 208 | copyright notices and license terms. Your use of the source code for the |
209 | 209 | these subcomponents is subject to the terms and conditions of the following |
210 | | - licenses. If not stated otherwise, their copyright notices and license terms |
211 | | - are available at the path of the subcomponent. |
| 210 | + licenses. See licenses/ for text of these licenses. |
212 | 211 |
|
213 | 212 | If a folder hierarchy is listed as subcomponent, separate listings of |
214 | 213 | further subcomponents (files or folder hierarchies) part of the hierarchy |
|
220 | 219 |
|
221 | 220 | 3rdparty/ctc_include |
222 | 221 | 3rdparty/dlpack |
223 | | - include/dlpack (header symlinks to 3rdparty/dlpack/include/dlpack) |
224 | 222 | 3rdparty/dmlc-core |
225 | | - include/dmlc (header symlinks to 3rdparty/dmlc-core/include/dmlc) |
| 223 | + 3rdparty/googletest/googlemock/scripts/generator |
226 | 224 | 3rdparty/mshadow |
227 | | - include/mshadow (header symlinks to 3rdparty/mshadow/mshadow) |
228 | | - 3rdparty/tvm |
229 | | - 3rdparty/tvm/3rdparty/dmlc-core |
230 | | - 3rdparty/tvm/3rdparty/dlpack |
231 | | - include/nnvm (header symlinks to 3rdparty/tvm/nnvm/include/nnvm) |
232 | | - 3rdparty/ps-lite |
233 | 225 | 3rdparty/mkldnn |
234 | | - include/mkldnn (header symlinks to 3rdparty/mkldnn) |
235 | | - 3rdparty/googletest/googlemock/scripts/generator |
| 226 | + 3rdparty/mkldnn/doc/assets/mathjax |
| 227 | + 3rdparty/mkldnn/tests/benchdnn |
| 228 | + 3rdparty/mkldnn/cmake/FindComputeCpp.cmake (see licenses/LICENSE.mkldnn.txt) |
236 | 229 | 3rdparty/onnx-tensorrt/third_party/onnx/third_party/benchmark |
237 | 230 | 3rdparty/onnx-tensorrt/third_party/onnx/tools/protoc-gen-mypy.py |
238 | | - 3rdparty/mkldnn/tests/benchdnn (Copy of the License available at top of current file) |
239 | | - src/operator/special_functions-inl.h Cephes Library Functions (Copy of the License available at top of current file) |
240 | | - 3rdparty/mkldnn/doc/assets/mathjax (Copy of the License available at top of current file) |
241 | | - 3rdparty/tvm/3rdparty/bfloat16/bfloat16.cc (Copy of the License available at top of current file) |
242 | | - src/operator/contrib/deformable_convolution-inl.h |
243 | | - src/operator/contrib/deformable_convolution.cc |
244 | | - src/operator/contrib/deformable_convolution.cu |
245 | | - src/operator/contrib/deformable_psroi_pooling-inl.h |
246 | | - src/operator/contrib/deformable_psroi_pooling.cc |
247 | | - src/operator/contrib/deformable_psroi_pooling.cu |
| 231 | + 3rdparty/ps-lite |
| 232 | + 3rdparty/tvm |
| 233 | + 3rdparty/tvm/3rdparty/dlpack |
| 234 | + 3rdparty/tvm/3rdparty/dmlc-core |
| 235 | + 3rdparty/tvm/3rdparty/bfloat16/bfloat16.cc |
| 236 | + include/dlpack (header symlinks to 3rdparty/dlpack/include/dlpack) |
| 237 | + include/dmlc (header symlinks to 3rdparty/dmlc-core/include/dmlc) |
| 238 | + include/mkldnn (header symlinks to 3rdparty/mkldnn) |
| 239 | + include/mshadow (header symlinks to 3rdparty/mshadow/mshadow) |
| 240 | + include/nnvm (header symlinks to 3rdparty/tvm/nnvm/include/nnvm) |
248 | 241 | src/operator/contrib/multi_proposal-inl.h |
249 | 242 | src/operator/contrib/multi_proposal.cc |
250 | 243 | src/operator/contrib/multi_proposal.cu |
251 | | - src/operator/contrib/psroi_pooling.cc |
252 | | - src/operator/contrib/psroi_pooling.cu |
253 | 244 | src/operator/nn/mkldnn/mkldnn_base-inl.h |
| 245 | + src/operator/special_functions-inl.h |
254 | 246 |
|
255 | 247 | ======================================================================================= |
256 | 248 | MIT license |
257 | 249 | ======================================================================================= |
258 | 250 |
|
259 | | - example/gluon/tree_lstm |
260 | | - 3rdparty/tvm/3rdparty/cma |
| 251 | + 3rdparty/intgemm |
| 252 | + 3rdparty/mkldnn/src/gpu/jit/ngen/npack/elf_structs.hpp (see licenses/LICENSE.mkldnn.txt) |
| 253 | + 3rdparty/mkldnn/src/gpu/jit/ngen/npack/hash.hpp (see licenses/LICENSE.mkldnn.txt) |
261 | 254 | 3rdparty/onnx-tensorrt |
262 | 255 | 3rdparty/onnx-tensorrt/third_party/onnx |
263 | | - 3rdparty/intgemm |
| 256 | + 3rdparty/tvm/3rdparty/cma |
264 | 257 | 3rdparty/tvm/3rdparty/compiler-rt/builtin_fp16.h |
265 | | - src/operator/contrib/modulated_deformable_convolution-inl.h |
266 | | - src/operator/contrib/modulated_deformable_convolution.cc |
267 | | - src/operator/contrib/modulated_deformable_convolution.cu |
| 258 | + example/gluon/tree_lstm |
| 259 | + src/operator/contrib/deformable_convolution-inl.h (see licenses/LICENSE.deformable_convnets.txt) |
| 260 | + src/operator/contrib/deformable_convolution.cc (see licenses/LICENSE.deformable_convnets.txt) |
| 261 | + src/operator/contrib/deformable_convolution.cu (see licenses/LICENSE.deformable_convnets.txt) |
| 262 | + src/operator/contrib/deformable_psroi_pooling-inl.h (see licenses/LICENSE.deformable_convnets.txt) |
| 263 | + src/operator/contrib/deformable_psroi_pooling.cc (see licenses/LICENSE.deformable_convnets.txt) |
| 264 | + src/operator/contrib/deformable_psroi_pooling.cu (see licenses/LICENSE.deformable_convnets.txt) |
| 265 | + src/operator/contrib/modulated_deformable_convolution-inl.h (see licenses/LICENSE.deformable_convnets.txt) |
| 266 | + src/operator/contrib/modulated_deformable_convolution.cc (see licenses/LICENSE.deformable_convnets.txt) |
| 267 | + src/operator/contrib/modulated_deformable_convolution.cu (see licenses/LICENSE.deformable_convnets.txt) |
| 268 | + src/operator/contrib/psroi_pooling-inl.h (see licenses/LICENSE.deformable_convnets.txt) |
| 269 | + src/operator/contrib/psroi_pooling.cc (see licenses/LICENSE.deformable_convnets.txt) |
| 270 | + src/operator/contrib/psroi_pooling.cu (see licenses/LICENSE.deformable_convnets.txt) |
| 271 | + src/operator/nn/layer_norm_cpu.h |
268 | 272 |
|
269 | 273 | ======================================================================================= |
270 | 274 | 3-clause BSD license |
271 | 275 | ======================================================================================= |
272 | 276 |
|
273 | | - 3rdparty/mkldnn/src/cpu/x64/xbyak |
274 | | - 3rdparty/mkldnn/tests/gtests/gtest |
275 | | - 3rdparty/mkldnn/cmake/FindOpenCL.cmake (Copy of the License available at licenses/BSD3-cmake) |
276 | | - 3rdparty/mkldnn/src/cpu/x64/jit_utils/jitprofiling/ |
| 277 | + 3rdparty/mkldnn/cmake/FindACL.cmake (see licenses/LICENSE.mkldnn.txt) |
| 278 | + 3rdparty/mkldnn/cmake/FindBLAS.cmake (see licenses/LICENSE.mkldnn.txt) |
| 279 | + 3rdparty/mkldnn/cmake/FindOpenCL.cmake (see licenses/LICENSE.mkldnn.txt) |
| 280 | + 3rdparty/mkldnn/src/cpu/x64/jit_utils/jitprofiling (see licenses/LICENSE.mkldnn.txt) |
| 281 | + 3rdparty/mkldnn/src/cpu/x64/xbyak (see licenses/LICENSE.mkldnn.txt) |
| 282 | + 3rdparty/mkldnn/tests/gtests/gtest (see licenses/LICENSE.mkldnn.txt) |
277 | 283 | 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindPythonLibsNew.cmake |
278 | 284 | 3rdparty/ctc_include/contrib/moderngpu |
279 | 285 | 3rdparty/nvidia_cub |
|
282 | 288 | 3rdparty/googletest/googletest |
283 | 289 | cmake/upstream/FindCUDAToolkit.cmake |
284 | 290 | cmake/upstream/select_compute_arch.cmake |
| 291 | + python/mxnet/onnx/mx2onnx/_export_onnx.py |
| 292 | + python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset12.py |
| 293 | + python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset13.py |
285 | 294 | src/operator/contrib/erfinv-inl.h |
286 | 295 | src/operator/numpy/np_einsum_op-inl.h |
287 | 296 | src/operator/numpy/np_einsum_path_op-inl.h |
|
292 | 301 | ======================================================================================= |
293 | 302 |
|
294 | 303 | 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h |
295 | | - include/dmlc/concurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h) |
296 | | - 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindEigen3.cmake (Copy of the License available at licenses/BSD2) |
297 | | - 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindPythonLibsNew.cmake |
| 304 | + 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindEigen3.cmake |
298 | 305 | 3rdparty/tvm/3rdparty/picojson/picojson.h |
299 | 306 | example/ssd/dataset/pycocotools/coco.py |
| 307 | + include/dmlc/concurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h) |
300 | 308 |
|
301 | 309 | ======================================================================================= |
302 | 310 | Apache-2.0 license + LLVM Exceptions |
|
305 | 313 | 3rdparty/openmp |
306 | 314 |
|
307 | 315 | ======================================================================================= |
308 | | - Caffe Licensing Model |
| 316 | + 2-clause BSD license + Caffe Copyright Notice and Disclaimer |
309 | 317 | ======================================================================================= |
310 | 318 |
|
311 | | - src/operator/nn/pool.h |
312 | | - src/operator/nn/pool.cuh |
313 | | - src/operator/nn/im2col.h |
314 | | - src/operator/nn/im2col.cuh |
315 | 319 | src/operator/contrib/nn/deformable_im2col.h |
316 | 320 | src/operator/contrib/nn/deformable_im2col.cuh |
317 | 321 | src/operator/contrib/nn/modulated_deformable_im2col.h |
318 | 322 | src/operator/contrib/nn/modulated_deformable_im2col.cuh |
| 323 | + src/operator/nn/pool.h |
| 324 | + src/operator/nn/pool.cuh |
| 325 | + src/operator/nn/im2col.h |
| 326 | + src/operator/nn/im2col.cuh |
319 | 327 |
|
320 | 328 | ======================================================================================= |
321 | 329 | 2-clause BSD license + zlib license |
|
324 | 332 | 3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h |
325 | 333 | include/dmlc/blockingconcurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h) |
326 | 334 |
|
327 | | - ======================================================================================= |
328 | | - Apache-2.0 license + 3-clause BSD license |
329 | | - ======================================================================================= |
330 | | - |
331 | | - python/mxnet/onnx/mx2onnx/_export_onnx.py |
332 | | - python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset12.py |
333 | | - python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset13.py |
334 | | - |
335 | | - ======================================================================================= |
336 | | - Apache-2.0 license + MIT License |
337 | | - ======================================================================================= |
338 | | - |
339 | | - src/operator/nn/layer_norm.cc (function LayerNormCPUKernel is adapated from MIT-licensed code) |
340 | | - |
341 | 335 | ======================================================================================= |
342 | 336 | Boost Software License, Version 1.0 |
343 | 337 | ======================================================================================= |
344 | 338 |
|
345 | | - 3rdparty/intgemm/test/3rd_party/catch.hpp (Copy of the License available at licenses/BOOST1_0) |
346 | | - 3rdparty/mkldnn/src/common/primitive_hashing.hpp |
| 339 | + 3rdparty/intgemm/test/3rd_party/catch.hpp |
| 340 | + 3rdparty/mkldnn/src/common/primitive_hashing.hpp (see licenses/LICENSE.mkldnn.txt) |
347 | 341 | cmake/Modules/FindJeMalloc.cmake |
348 | 342 |
|
349 | 343 | ======================================================================================= |
|
0 commit comments