forked from NVIDIA/TensorRT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5123e0
commit fb4de83
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule onnx
updated
16 files
+1 −0 | .gitmodules | |
+2 −2 | CMakeLists.txt | |
+21 −1 | ImporterContext.hpp | |
+25 −13 | ModelImporter.cpp | |
+1 −0 | ModelImporter.hpp | |
+18 −0 | README.md | |
+395 −578 | builtin_op_importers.cpp | |
+2 −1 | main.cpp | |
+452 −82 | onnx2trt_utils.cpp | |
+53 −4 | onnx2trt_utils.hpp | |
+27 −49 | onnx_tensorrt/backend.py | |
+30 −0 | onnx_tensorrt/config.py | |
+64 −78 | onnx_tensorrt/tensorrt_engine.py | |
+3 −2 | onnx_utils.hpp | |
+2 −2 | operators.md | |
+1 −1 | third_party/onnx |