pytorch
20b75e3e - ns for fx: clean up convtranspose mappings

Commit
2 years ago
ns for fx: clean up convtranspose mappings Summary: Fixes a couple of problems with `ConvTranspose` in NS mappings: 1. deletes the dynamic versions, as they do not work yet 2. deletes `ConvTranspose3d`, as it's not swapped yet in the quantization workflow 3. removes a duplicate set Test plan: ``` python test/test_quantization.py -k FXGraphMatcher python test/test_quantization.py -k FXNumericSuite ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/76980 Approved by: https://github.com/jerryzh168
Author
Committer
Parents
Loading