mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-08 07:39:33 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/43229 Test Plan: Imported from OSS Reviewed By: supriyar Differential Revision: D23201692 fbshipit-source-id: 37fa54dcf0a9d5029f1101e11bfd4ca45b422641
4 lines
115 B
Python
4 lines
115 B
Python
from .fx import Quantizer # noqa: F401
|
|
from .fx import QuantType # noqa: F401
|
|
from .fx import fuse # noqa: F401
|