Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plusbang committed Sep 14, 2022
1 parent 1516d24 commit b1dcaf0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1015,10 +1015,9 @@ def quantize(self, calib_data=None,
quantization. You may choose from "mse", "mae", "rmse", "r2", "mape", "smape".
:param conf: A path to conf yaml file for quantization. Default to None,
using default config.
:param framework: string or list.
[{'pytorch_fx'|'pytorch_ipex'},
{'onnxrt_integerops'|'onnxrt_qlinearops'},
{'openvino'}] Default: 'pytorch_fx'. Consistent with Intel Neural Compressor.
:param framework: string or list. [{'pytorch_fx'|'pytorch_ipex'},
{'onnxrt_integerops'|'onnxrt_qlinearops'}, {'openvino'}]
Default: 'pytorch_fx'. Consistent with Intel Neural Compressor.
:param approach: str, 'static' or 'dynamic'. Default to 'static'.
OpenVINO supports static mode only, if set to 'dynamic',
it will be replaced with 'static'.
Expand Down

0 comments on commit b1dcaf0

Please sign in to comment.