mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62685 Adds a `ref_node_target_type` field to hold the string type of the base node. This is needed because in some cases the previous node does not match ref_node (if we have observers, or if we are logging inputs), and it is useful to know the type of ref_node. Test Plan: ``` python test/test_quantization.py TestFXNumericSuiteCoreAPIs ``` Imported from OSS Reviewed By: hx89 Differential Revision: D30082947 fbshipit-source-id: 98ded7b25a5d8d5ea820e0ef62c3799b65c3fc77 |
||
|---|---|---|
| .. | ||
| fx | ||
| ns | ||
| __init__.py | ||
| _correct_bias.py | ||
| _equalize.py | ||
| _learnable_fake_quantize.py | ||
| _numeric_suite.py | ||
| _numeric_suite_fx.py | ||
| fake_quantize.py | ||
| fuse_modules.py | ||
| fuser_method_mappings.py | ||
| observer.py | ||
| qconfig.py | ||
| quant_type.py | ||
| quantization_mappings.py | ||
| quantize.py | ||
| quantize_fx.py | ||
| quantize_jit.py | ||
| stubs.py | ||
| utils.py | ||