pytorch/torch/quantization/_quantize_fx.py
Jerry Zhang b0ec336477 [quant][graphmode][fx][test] Add per op test for graph mode quant on fx (#43229)
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
2020-08-20 17:32:02 -07:00

4 lines
115 B
Python

from .fx import Quantizer # noqa: F401
from .fx import QuantType # noqa: F401
from .fx import fuse # noqa: F401