pytorch
5874a311 - [quant][core][better-engineering] Rename files in quantized/cpu directory to conform with non-quantized countertpart filenames

Commit
2 years ago
[quant][core][better-engineering] Rename files in quantized/cpu directory to conform with non-quantized countertpart filenames Summary: Names of analogous files in quantized directory (previously snake case) were inconsistent with their non-quantized filename counterparts (pascal case). This is the second of a series of PRs that changes all files in quantized (and sub-directories) dir to have pascal case. Some files have not been renamed as it is causing issues related to custom class with `import torch` at runtime. See https://github.com/pytorch/pytorch/pull/77037 for additional details Test Plan: ``` python test/test_quantization.py ``` Reviewers: Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/77422 Approved by: https://github.com/jerryzh168
Author
Committer
Parents
Loading