Skip to content

Commit

Permalink
Update on "[reland][quant][graphmode][fx] Merge all quantization mode (
Browse files Browse the repository at this point in the history
…#45292)"

Summary:
This PR merges all quantization mode and will only expose the following top level functions:
```
prepare_fx
prepare_qat_fx
convert_fx
```

Test Plan: Imported from OSS

Reviewed By: vkuzo

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

[ghstack-poisoned]
  • Loading branch information
jerryzh168 committed Oct 1, 2020
1 parent 7c7e5cf commit 932a793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/quantization/test_quantize_fx.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# graph mode quantization based on fx
from torch.quantization import (
QuantType,
fuse_fx,
prepare_fx,
convert_fx,
prepare_qat_fx,
Expand Down

0 comments on commit 932a793

Please sign in to comment.