|
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/mkldnn |
230 | 234 | include/mkldnn (header symlinks to 3rdparty/mkldnn) |
231 | 235 | 3rdparty/googletest/googlemock/scripts/generator |
232 | 236 | 3rdparty/onnx-tensorrt/third_party/onnx/third_party/benchmark |
| 237 | + 3rdparty/onnx-tensorrt/third_party/onnx/tools/protoc-gen-mypy.py |
233 | 238 | 3rdparty/mkldnn/tests/benchdnn (Copy of the License available at top of current file) |
234 | 239 | src/operator/special_functions-inl.h Cephes Library Functions (Copy of the License available at top of current file) |
235 | 240 | 3rdparty/mkldnn/doc/assets/mathjax (Copy of the License available at top of current file) |
236 | 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 |
| 248 | + src/operator/contrib/multi_proposal-inl.h |
| 249 | + src/operator/contrib/multi_proposal.cc |
| 250 | + src/operator/contrib/multi_proposal.cu |
| 251 | + src/operator/contrib/psroi_pooling.cc |
| 252 | + src/operator/contrib/psroi_pooling.cu |
| 253 | + src/operator/nn/mkldnn/mkldnn_base-inl.h |
237 | 254 |
|
238 | 255 | ======================================================================================= |
239 | 256 | MIT license |
|
245 | 262 | 3rdparty/onnx-tensorrt/third_party/onnx |
246 | 263 | 3rdparty/intgemm |
247 | 264 | 3rdparty/tvm/3rdparty/compiler-rt/builtin_fp16.h |
248 | | - src/operator/contrib/nn/modulated_deformable_im2col.cuh |
249 | | - src/operator/contrib/nn/modulated_deformable_im2col.h |
250 | 265 | src/operator/contrib/modulated_deformable_convolution-inl.h |
251 | 266 | src/operator/contrib/modulated_deformable_convolution.cc |
252 | 267 | src/operator/contrib/modulated_deformable_convolution.cu |
|
268 | 283 | cmake/upstream/FindCUDAToolkit.cmake |
269 | 284 | cmake/upstream/select_compute_arch.cmake |
270 | 285 | src/operator/contrib/erfinv-inl.h |
| 286 | + src/operator/numpy/np_einsum_op-inl.h |
| 287 | + src/operator/numpy/np_einsum_path_op-inl.h |
| 288 | + src/operator/numpy/np_einsum_op.cc |
271 | 289 |
|
272 | 290 | ======================================================================================= |
273 | 291 | 2-clause BSD license |
|
311 | 329 | python/mxnet/onnx/mx2onnx/_export_onnx.py |
312 | 330 | python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset12.py |
313 | 331 | python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset13.py |
314 | | - src/operator/numpy/np_einsum_op-inl.h |
315 | | - src/operator/numpy/np_einsum_path_op-inl.h |
316 | | - src/operator/numpy/np_einsum_op.cc |
317 | 332 |
|
318 | 333 | ======================================================================================= |
319 | 334 | Apache-2.0 license + MIT License |
320 | 335 | ======================================================================================= |
321 | 336 |
|
322 | | - 3rdparty/onnx-tensorrt/third_party/onnx/tools/protoc-gen-mypy.py (Copy of the referenced AL2 License available at top of current file) |
323 | 337 | src/operator/nn/layer_norm.cc (function LayerNormCPUKernel is adapated from MIT-licensed code) |
324 | | - (Source repository for below deformable conv operators - https://github.com/msracver/Deformable-ConvNets/tree/master/DCNv2_op) |
325 | | - src/operator/contrib/deformable_convolution-inl.h |
326 | | - src/operator/contrib/deformable_convolution.cc |
327 | | - src/operator/contrib/deformable_convolution.cu |
328 | | - |
329 | | - ======================================================================================= |
330 | | - Apache-2.0 license + Boost Software License, Version 1.0 |
331 | | - ======================================================================================= |
332 | | - |
333 | | - cmake/Modules/FindJeMalloc.cmake |
334 | 338 |
|
335 | 339 | ======================================================================================= |
336 | 340 | Boost Software License, Version 1.0 |
337 | 341 | ======================================================================================= |
338 | 342 |
|
339 | 343 | 3rdparty/intgemm/test/3rd_party/catch.hpp (Copy of the License available at licenses/BOOST1_0) |
340 | 344 | 3rdparty/mkldnn/src/common/primitive_hashing.hpp |
| 345 | + cmake/Modules/FindJeMalloc.cmake |
341 | 346 |
|
342 | 347 | ======================================================================================= |
343 | 348 | LLVM Release License |
|
0 commit comments