-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rajeev Rao <[email protected]>
- Loading branch information
1 parent
5f6ac20
commit 0fa021a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule onnx
updated
9 files
+27 −16 | CMakeLists.txt | |
+2 −0 | README.md | |
+214 −51 | builtin_op_importers.cpp | |
+10 −1 | docs/Changelog.md | |
+169 −165 | docs/operators.md | |
+34 −0 | onnx2trt_utils.cpp | |
+3 −0 | onnx2trt_utils.hpp | |
+1 −0 | onnx_backend_test.py | |
+6 −0 | onnx_tensorrt/backend.py |