TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

feat: support adaptive avg pool 2d and 3d dynamo converters

Open zewenli98 opened this issue 1 year ago • 0 comments

Description

Support adaptive_avg_pool2d and adaptive_avg_pool3d.

Fixes #2611 #2612

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • [x] My code follows the style guidelines of this project (You can use the linters)
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas and hacks
  • [x] I have made corresponding changes to the documentation
  • [x] I have added tests to verify my fix or my feature
  • [x] New and existing unit tests pass locally with my changes
  • [x] I have added the relevant labels to my PR in so that relevant reviewers are notified

zewenli98 avatar Feb 01 '24 01:02 zewenli98