ONNX-TensorRT 8.4 GA Release
·
24 commits
to main
since this release
For more details, see the 8.4 GA release notes for new features added in TensorRT 8.4
Added
- Added native FP16 support for importing and manipulating FP16 initializers
- Added support for
Shrink
- Added support for
Xor
- Added dynamic shape support for
ArgMax
andArgMin
- Added dynamic shape support for
Range
for floating point types
Fixes
- Fixed an issue in tensor name scoping in ONNX models with nested subgraphs
- Fixed misc issues when dealing with empty tensors
- Fixed the operations in the
Celu
importer function - Removed unnecessary reshapes in the
GEMM
importer function