Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/source/api_ref_quantization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ torchao.quantization
.. autosummary::
:toctree: generated/
:nosignatures:
autoquant


autoquant
quantize_
int8_dynamic_activation_int4_weight
int8_dynamic_activation_int8_weight
Expand All @@ -21,12 +21,9 @@ torchao.quantization
float8_static_activation_float8_weight
uintx_weight_only
fpx_weight_only

to_linear_activation_quantized

swap_linear_with_smooth_fq_linear
smooth_fq_linear_to_inference

choose_qparams_affine
choose_qparams_affine_with_min_max
choose_qparams_affine_floatx
Expand All @@ -37,10 +34,8 @@ torchao.quantization
choose_qparams_and_quantize_affine_hqq
fake_quantize_affine
fake_quantize_affine_cachemask

safe_int_mm
int_scaled_matmul

MappingType
ZeroPointDomain
TorchAODType
Expand Down
Loading