forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating onnxtrt submodule to master branch
Summary: Pull Request resolved: pytorch#18441 Differential Revision: D14613517 Pulled By: bddppq fbshipit-source-id: dd20d718db55942df9cce7acd1151d6902bc57ff
- Loading branch information
1 parent
654e59f
commit bbe110f
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule onnx-tensorrt
updated
17 files
+85 −24 | CMakeLists.txt | |
+156 −15 | ModelImporter.cpp | |
+6 −2 | ModelImporter.hpp | |
+27 −6 | NvOnnxParser.h | |
+31 −0 | NvOnnxParserTypedefs.h | |
+8 −2 | README.md | |
+406 −121 | builtin_op_importers.cpp | |
+119 −0 | common.hpp | |
+155 −0 | getSupportedAPITest.cpp | |
+14 −94 | main.cpp | |
+144 −10 | onnx2trt_utils.hpp | |
+106 −5 | onnx_backend_test.py | |
+0 −2 | onnx_tensorrt/__init__.py | |
+52 −12 | onnx_tensorrt/backend.py | |
+57 −17 | onnx_tensorrt/tensorrt_engine.py | |
+14 −53 | onnx_trt_backend.cpp | |
+1 −1 | third_party/onnx |