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.
optimized FP16 NMS/BatchedNMS plugins.
- enable n-bit radix sort for NMS_TRT plugin - implement NMSDynamic_TRT plugin and enable n-bit radix sort for it - enable n-bit radix sort for BatchedNMS_TRT and BatchedNMSDynamic_TRT plugins - fixed a bug in configurePlugin() method of BatchedNMS_TRT - other minor fixes for BatchedNMS_TRT/BatchedNMSDynamic_TRT plugins Signed-off-by: Rajeev Rao <[email protected]>
- Loading branch information
1 parent
10a51be
commit d5b878a
Showing
17 changed files
with
1,027 additions
and
342 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
Oops, something went wrong.