ONNX-TensorRT 8.2 EA Release
Added
- Added support for the following ONNX operators:
- Einsum
- IsNan
- GatherND
- Scatter
- ScatterElements
- ScatterND
- Sign
- Round
Updated
- Updated
Gather
andGatherElements
implementations to natively support negative indices - Updated
Pad
layer to support ND padding, along withedge
andreflect
padding mode support - Updated
If
layer with general performance improvements.