|
220 | 220 |
|
221 | 221 | 3rdparty/ctc_include |
222 | 222 | 3rdparty/dlpack |
| 223 | + include/dlpack (header symlinks to 3rdparty/dlpack/include/dlpack) |
223 | 224 | 3rdparty/dmlc-core |
| 225 | + include/dmlc (header symlinks to 3rdparty/dmlc-core/include/dmlc) |
224 | 226 | 3rdparty/mshadow |
| 227 | + include/mshadow (header symlinks to 3rdparty/mshadow/mshadow) |
225 | 228 | 3rdparty/tvm |
226 | 229 | 3rdparty/tvm/3rdparty/dmlc-core |
227 | 230 | 3rdparty/tvm/3rdparty/dlpack |
| 231 | + include/nnvm (header symlinks to 3rdparty/tvm/nnvm/include/nnvm) |
228 | 232 | 3rdparty/ps-lite |
229 | 233 | 3rdparty/onednn |
| 234 | + include/onednn (header symlinks to 3rdparty/onednn) |
230 | 235 | 3rdparty/googletest/googlemock/scripts/generator |
231 | 236 | 3rdparty/onnx-tensorrt/third_party/onnx/third_party/benchmark |
| 237 | + 3rdparty/onnx-tensorrt/third_party/onnx/tools/protoc-gen-mypy.py |
232 | 238 | 3rdparty/onednn/tests/benchdnn (Copy of the License available at top of current file) |
233 | 239 | src/operator/special_functions-inl.h Cephes Library Functions (Copy of the License available at top of current file) |
234 | 240 | 3rdparty/onednn/doc/assets/mathjax (Copy of the License available at top of current file) |
235 | 241 | docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1 (Copy of the License available at top of current file) |
236 | 242 | docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto (Copy of the License available at top of current file) |
237 | 243 | 3rdparty/tvm/3rdparty/bfloat16/bfloat16.cc (Copy of the License available at top of current file) |
| 244 | + src/operator/deformable_convolution-inl.h |
| 245 | + src/operator/deformable_convolution.cc |
| 246 | + src/operator/deformable_convolution.cu |
| 247 | + src/operator/contrib/deformable_psroi_pooling-inl.h |
| 248 | + src/operator/contrib/deformable_psroi_pooling.cc |
| 249 | + src/operator/contrib/deformable_psroi_pooling.cu |
| 250 | + src/operator/contrib/multi_proposal-inl.h |
| 251 | + src/operator/contrib/multi_proposal.cc |
| 252 | + src/operator/contrib/multi_proposal.cu |
| 253 | + src/operator/contrib/psroi_pooling.cc |
| 254 | + src/operator/contrib/psroi_pooling.cu |
| 255 | + src/operator/nn/mkldnn/mkldnn_base-inl.h |
238 | 256 |
|
239 | 257 | ======================================================================================= |
240 | 258 | MIT license |
|
270 | 288 | 3rdparty/googletest/googlemock |
271 | 289 | 3rdparty/googletest/googletest |
272 | 290 | cmake/upstream/FindCUDAToolkit.cmake |
| 291 | + cmake/upstream/FindBLAS.cmake |
273 | 292 | cmake/upstream/select_compute_arch.cmake |
274 | 293 | src/operator/contrib/erfinv-inl.h |
| 294 | + src/operator/numpy/np_einsum_op-inl.h |
| 295 | + src/operator/numpy/np_einsum_path_op-inl.h |
| 296 | + src/operator/numpy/np_einsum_op.cc |
275 | 297 |
|
276 | 298 | ======================================================================================= |
277 | 299 | 2-clause BSD license |
|
314 | 336 | python/mxnet/onnx/mx2onnx/_export_onnx.py |
315 | 337 | python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset12.py |
316 | 338 | python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset13.py |
317 | | - src/operator/numpy/np_einsum_op-inl.h |
318 | | - src/operator/numpy/np_einsum_path_op-inl.h |
319 | | - src/operator/numpy/np_einsum_op.cc |
320 | 339 |
|
321 | 340 | ======================================================================================= |
322 | 341 | Apache-2.0 license + MIT License |
323 | 342 | ======================================================================================= |
324 | 343 |
|
325 | 344 | src/serialization/cnpy.h (Copy of the AL2 License available at the top of this file, MIT License available at licenses/MIT) |
326 | 345 | src/serialization/cnpy.cc (Copy of the AL2 License available at the top of this file, MIT License available at licenses/MIT) |
327 | | - 3rdparty/onnx-tensorrt/third_party/onnx/tools/protoc-gen-mypy.py (Copy of the referenced AL2 License available at top of current file) |
328 | 346 | src/operator/nn/layer_norm.cc (function LayerNormCPUKernel is adapated from MIT-licensed code) |
329 | | - (Source repository for below deformable conv operators - https://github.com/msracver/Deformable-ConvNets/tree/master/DCNv2_op) |
330 | | - src/operator/deformable_convolution-inl.h |
331 | | - src/operator/deformable_convolution.cc |
332 | | - src/operator/deformable_convolution.cu |
333 | | - |
334 | | - ======================================================================================= |
335 | | - Apache-2.0 license + Boost Software License, Version 1.0 |
336 | | - ======================================================================================= |
337 | | - |
338 | | - cmake/Modules/FindJeMalloc.cmake |
339 | 347 |
|
340 | 348 | ======================================================================================= |
341 | 349 | Boost Software License, Version 1.0 |
342 | 350 | ======================================================================================= |
343 | 351 |
|
344 | 352 | 3rdparty/intgemm/test/3rd_party/catch.hpp (Copy of the License available at licenses/BOOST1_0) |
345 | 353 | 3rdparty/onednn/src/common/primitive_hashing.hpp |
| 354 | + cmake/Modules/FindJeMalloc.cmake |
346 | 355 |
|
347 | 356 | ======================================================================================= |
348 | 357 | LLVM Release License |
|
0 commit comments