fix: Improve input weight handling to `acc_ops` convolution layers in FX by gs-olive · Pull Request #1886 · pytorch/TensorRT

@gs-olive

- In line with recent deprecation of the kEXPLICIT_PRECISION flag in TRT
- Add improved logic for weight handling in `conv` layers to bring all
accelerated conv layers into agreement and fix errors in the Dynamo path
arising from TRTTensor inputs
- Fix minor typos

gs-olive

frank-wei

gs-olive added a commit that referenced this pull request

May 10, 2023

@gs-olive