Skip to content

ONNX-TensorRT 8.0 Release

Compare
Choose a tag to compare
@kevinch-nv kevinch-nv released this 02 Jul 17:58
8fea430

Added

  • Rehauled resize operator, now fully supporting the following modes:
    • Coordinate Transformation modes: half_pixel, pytorch_half_pixel, tf_half_pixel_for_nn, asymmetric, and align_corners
    • Modes: nearest, linear
    • Nearest Modes: floor, ceil, round_prefer_floor, round_prefer_ceil
  • QuantizeLinear/DequantizeLinear updates:
    • Added support for tensor scales
    • Added support for per-axis quantization
  • Added support for multi-input ConvTranpose
  • Added support for generic 2D padding
  • Added experimental support for NonMaxSuppression

Updated

  • Moved RefitMap API to core TensorRT.
  • Added Datatype column to operators.md

For more information on the TensorRT 8.0 release, see the release notes.