pytorch/torch/quantization
HDCharles 6a866c3ed1 [ao] fixing public v private for torch.ao.nn.X (#87883)
Summary: this mostly consisted of adding __all__ to files without them.
A few functions in X.utils were made private too

Test Plan: python test/test_public_bindings.py

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D40814548](https://our.internmc.facebook.com/intern/diff/D40814548)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/87883
Approved by: https://github.com/jcaip, https://github.com/anjali411
2022-12-15 03:03:07 +00:00
..
fx [ao][fx] fixing public v private graph_module.py (#88395) 2022-12-15 02:15:04 +00:00
__init__.py [ao] fixing public v private for torch.ao.nn.X (#87883) 2022-12-15 03:03:07 +00:00
_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 [ao] quantize.py fixing public v private (#87521) 2022-12-14 22:50:39 +00:00
quantize_fx.py Revert "Reland "Add heirachical module names to torchFX graph.node" (#90205)" 2022-12-13 17:47:07 +00:00
quantize_jit.py
stubs.py
utils.py