Move specific quantizer related things outside of main quant code base
Summary: X-link: https://github.com/pytorch/pytorch/pull/107259 Currently in quantizer/quantize_pt2e we import things from specific quantizers (XNNPACKQuantizer, QuantizationConfig) etc. this PR removes them so it's clearer that they are not part of the core quantization code base This PR also removed get_supported_operators from main Quantizer since we haven't seen a clear need for this API Reviewed By: andrewor14 Differential Revision: D48340367 fbshipit-source-id: 368cca59c13b36049f33a8b1ca7842476daf72c5
J
Jerry Zhang committed
db8303b759c44843975960cce80f4a657f2f722e
Parent: b5a7f81
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 8/18/2023, 9:21:32 PM