Skip to content

Commit

Permalink
Add README listing all Plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Rajeev Rao <[email protected]>
  • Loading branch information
rajeevsrao committed Apr 16, 2020
1 parent 9d37f5d commit 83967be
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# TensorRT Plugins

## Plugins shipped in this release

| Plugin | Name | Version |
|---|---|---|
| [batchTilePlugin](batchTilePlugin) | BatchTilePlugin_TRT | 1 |
| [batchedNMSPlugin](batchedNMSPlugin) | BatchedNMS_TRT | 1 |
| [bertQKVToContextPlugin](bertQKVToContextPlugin) | CustomQKVToContextPluginDynamic | 1 |
| [cropAndResizePlugin](cropAndResizePlugin) | CropAndResize | 1 |
| [detectionLayerPlugin](detectionLayerPlugin) | DetectionLayer_TRT | 1 |
| [embLayerNormPlugin](embLayerNormPlugin) | CustomEmbLayerNormPluginDynamic | 1 |
| [fcPlugin](fcPlugin) | CustomFCPluginDynamic | 1 |
| [flattenConcat](flattenConcat) | FlattenConcat_TRT | 1 |
| [geluPlugin](geluPlugin) | CustomGeluPluginDynamic | 1 |
| [gridAnchorPlugin](gridAnchorPlugin) | GridAnchor_TRT | 1 |
| [instanceNormalizationPlugin](instanceNormalizationPlugin) | InstanceNormalization_TRT | 1 |
| [nmsPlugin](nmsPlugin) | NMS_TRT | 1 |
| [normalizePlugin](normalizePlugin) | Normalize_TRT | 1 |
| [nvFasterRCNN](nvFasterRCNN) | RPROI_TRT | 1 |
| [priorBoxPlugin](priorBoxPlugin) | PriorBox_TRT | 1 |
| [proposalLayerPlugin](proposalLayerPlugin) | ProposalLayer_TRT | 1 |
| [proposalPlugin](proposalPlugin) | Proposal | 1 |
| [pyramidROIAlignPlugin](pyramidROIAlignPlugin) | PyramidROIAlign_TRT | 1 |
| [regionPlugin](regionPlugin) | Region_TRT | 1 |
| [reorgPlugin](reorgPlugin) | Reorg_TRT | 1 |
| [resizeNearestPlugin](resizeNearestPlugin) | ResizeNearest_TRT | 1 |
| [skipLayerNormPlugin](skipLayerNormPlugin) | CustomSkipLayerNormPluginDynamic | 1 |
| [specialSlicePlugin](specialSlicePlugin) | SpecialSlice_TRT | 1 |

0 comments on commit 83967be

Please sign in to comment.