-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc]: Add document of TensorRT and onnxruntime custom ops #920
Conversation
Codecov Report
@@ Coverage Diff @@
## master #920 +/- ##
==========================================
+ Coverage 64.86% 65.66% +0.79%
==========================================
Files 148 149 +1
Lines 9193 9447 +254
Branches 1647 1718 +71
==========================================
+ Hits 5963 6203 +240
- Misses 2903 2924 +21
+ Partials 327 320 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We can set the argument |
This PR adds detailed documents of TensorRT and onnxruntime custom ops.
The documents share the same format as onnx document.
Headers like
Description
Parameters
use HTML tags instead of markdown to avoid MD024 check.Note that sphinx on my device can not convert relative path like
./tensorrt_custom_ops.md#mmcvroialign
intensorrt_plugin.md
to HTML. I have no idea how to fix it.