Skip to content

ONNX-TensorRT 8.2 EA Release

Compare
Choose a tag to compare
@kevinch-nv kevinch-nv released this 04 Oct 22:06
078f20b

Added

  • Added support for the following ONNX operators:
    • Einsum
    • IsNan
    • GatherND
    • Scatter
    • ScatterElements
    • ScatterND
    • Sign
    • Round

Updated

  • Updated Gather and GatherElements implementations to natively support negative indices
  • Updated Pad layer to support ND padding, along with edge and reflect padding mode support
  • Updated If layer with general performance improvements.