Commit d3107c8
1 parent 28733f0 commit d3107c8
File tree
853 files changed
+11169
-12121
lines changed- cmake
- modules
- toolchains
- demo
- BERT
- helpers
- infer_c
- squad
- DeBERTa
- Diffusion
- Jasper
- Tacotron2
- common
- phrases
- scripts
- tacotron2
- text
- tensorrt
- waveglow
- experimental/HuggingFace-Diffusers
- docker
- include
- parsers
- common
- plugin
- batchTilePlugin
- batchedNMSPlugin
- bertQKVToContextPlugin
- fused_multihead_attention
- include
- src
- fused_multihead_attention_v2
- include
- src
- clipPlugin
- common
- kernels
- coordConvACPlugin
- cropAndResizePlugin
- decodeBbox3DPlugin
- detectionLayerPlugin
- disentangledAttentionPlugin
- efficientNMSPlugin
- tftrt
- embLayerNormPlugin
- fcPlugin
- flattenConcat
- geluPlugin
- generateDetectionPlugin
- gridAnchorPlugin
- groupNormalizationPlugin
- instanceNormalizationPlugin
- leakyReluPlugin
- modulatedDeformConvPlugin
- multilevelCropAndResizePlugin
- multilevelProposeROI
- multiscaleDeformableAttnPlugin
- nmsPlugin
- normalizePlugin
- nvFasterRCNN
- pillarScatterPlugin
- priorBoxPlugin
- proposalLayerPlugin
- proposalPlugin
- pyramidROIAlignPlugin
- regionPlugin
- reorgPlugin
- resizeNearestPlugin
- roiAlignPlugin
- scatterElementsPlugin
- scatterPlugin
- skipLayerNormPlugin
- specialSlicePlugin
- splitPlugin
- voxelGeneratorPlugin
- python
- docstrings
- infer
- parsers
- include
- packaging
- bindings_wheel
- tensorrt
- frontend_sdist
- tensorrt
- libs_wheel
- tensorrt_libs
- metapackage
- src
- infer
- parsers
- quickstart
- IntroNotebooks
- Additional Examples
- SemanticSegmentation
- common
- deploy_to_triton
- samples
- common
- python
- detectron2
- efficientdet
- efficientnet
- engine_refit_onnx_bidaf
- introductory_parser_samples
- network_api_pytorch_mnist
- onnx_custom_plugin
- onnx_packnet
- python_plugin
- circ_plugin_cpp
- scripts
- simple_progress_monitor
- tensorflow_object_detection_api
- yolov3_onnx
- sampleAlgorithmSelector
- sampleCharRNN
- sampleDynamicReshape
- sampleINT8API
- sampleIOFormats
- sampleNamedDimensions
- sampleNonZeroPlugin
- sampleOnnxMNIST
- sampleOnnxMnistCoordConvAC
- sampleProgressMonitor
- trtexec
- utils
- scripts
- third_party
- ieee
- tools
- Polygraphy
- docs
- examples
- api
- 00_inference_with_tensorrt
- 01_comparing_frameworks
- 02_validating_on_a_dataset
- 03_interoperating_with_tensorrt
- 04_int8_calibration_in_tensorrt
- 05_using_tensorrt_network_api
- 06_immediate_eval_api
- 07_tensorrt_and_dynamic_shapes
- 08_working_with_run_results_and_saved_inputs_manually
- 09_working_with_pytorch_tensors
- cli
- convert/01_int8_calibration_in_tensorrt
- plugin/01_match_and_replace_plugin
- plugins/toyPlugin
- run
- 04_defining_a_tensorrt_network_or_config_manually
- 05_comparing_with_custom_input_data
- 06_comparing_with_custom_output_data
- 08_adding_precision_constraints
- dev/02_extending_polygraphy_run/extension_module
- polygraphy_reshape_destroyer
- args
- backend
- polygraphy
- backend
- base
- common
- onnx
- onnxrt
- pluginref
- pyt
- tf
- trt
- common
- comparator
- cuda
- datatype
- exception
- func
- json
- logger
- mod
- tools
- args
- backend
- onnx
- onnxrt
- pluginref
- tf
- trt
- comparator
- logger
- util
- base
- check
- subtool
- convert
- data
- subtool
- debug
- subtool
- inspect
- subtool
- plugin
- subtool
- run
- surgeon
- subtool
- template
- subtool
- util
- tests
- backend
- base
- common
- onnx
- onnxrt
- pluginref
- tf
- trt
- common
- comparator
- cuda
- func
- logger
- mod
- models
- plugins/toyPlugin
- tools
- args
- backend
- onnx
- onnxrt
- tf
- trt
- comparator
- logger
- util
- util
- experimental/trt-engine-explorer/trex
- onnx-graphsurgeon
- examples
- 12_using_bf16
- resources
- onnx_graphsurgeon
- exporters
- ir
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
853 files changed
+11169
-12121
lines changed+18-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
4 | 21 |
| |
5 | 22 |
| |
6 | 23 |
| |
|
+27-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
147 | 160 |
| |
148 | 161 |
| |
149 | 162 |
| |
| |||
165 | 178 |
| |
166 | 179 |
| |
167 | 180 |
| |
168 |
| - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
169 | 191 |
| |
170 | 192 |
| |
171 | 193 |
| |
| |||
206 | 228 |
| |
207 | 229 |
| |
208 | 230 |
| |
209 |
| - | |
| 231 | + | |
210 | 232 |
| |
211 | 233 |
| |
212 | 234 |
| |
213 | 235 |
| |
214 | 236 |
| |
215 |
| - | |
| 237 | + | |
216 | 238 |
| |
217 | 239 |
| |
218 | 240 |
| |
|
0 commit comments