Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 410 Bytes

Changes

[Master]

Added

  • Added converter for torch.Tensor.expand
  • Added support for custom converters for methods defined outside of torch module
  • Added names for TensorRT layers
  • Added GroupNorm plugin which internally uses PyTorch aten::group_norm
  • Replaced Tensor.ndim references with len(tensor.shape) to support older pytorch versions
  • Added reduced precision documentation page