pytorch
9d52651d
- torch.ao migration: stubs.py phase 1 (#64861)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
3 years ago
torch.ao migration: stubs.py phase 1 (#64861) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/64861 1. move the file ``` hg mv caffe2/torch/quantization/stubs.py caffe2/torch/ao/quantization/ ``` 2. create a new file in the old location and copy the imports 3. fix all call sites inside `torch` ghstack-source-id: 137885365 Test Plan: buck test mode/dev //caffe2/test:quantization Reviewed By: jerryzh168 Differential Revision: D30879678 fbshipit-source-id: a2d24f25d01064212aca15e94e8c78240ba48953
References
#65112 - [LTC] Merge master
Author
supriyar
Committer
facebook-github-bot
Parents
c08b2491
Files
5
test/quantization/ao_migration
test_quantize.py
torch
ao/quantization
quantize.py
stubs.py
quantization
quantization_mappings.py
stubs.py
Loading