forked from microsoft/onnxruntime
-
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.
Update TensorRT parser (microsoft#3650)
* update onnx-tensorrt submodule * add more model dumping point * update trt kernel name and docker readme file * fix minior issues * fix format issue * update onnx-tensorrt submodule Co-authored-by: stevenlix <stevenlix>
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
Submodule onnx-tensorrt
updated
11 files
+1 −1 | CMakeLists.txt | |
+5 −0 | ImporterContext.hpp | |
+24 −4 | ModelImporter.cpp | |
+9 −0 | README.md | |
+6 −2 | TensorOrWeights.hpp | |
+171 −90 | builtin_op_importers.cpp | |
+25 −1 | common.hpp | |
+64 −2 | main.cpp | |
+2 −0 | onnx2trt.hpp | |
+92 −2 | onnx2trt_utils.cpp | |
+3 −0 | onnx2trt_utils.hpp |
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