Skip to content

Commit

Permalink
Address pull request review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 2, 2023
1 parent 8f220b1 commit 778b32f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions onnxruntime/python/tools/quantization/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,10 @@ def __init__(
minimum and maximum values. Effective only when the calibration method selected is MinMax and
when CalibMovingAverage is set to True.
QuantizeBias = True/False :
Default is True which quantizes floating-point biases and it solely insert
DeQuantizeLinear node. If False, it remains floating-point bias and does not insert
any nodes associated with biases.
Default is True which quantizes floating-point biases and it solely inserts
a DeQuantizeLinear node. If False, it remains floating-point bias and does not insert
any quantization nodes associated with biases.
This extra option is only effective when quant_format is QuantFormat.QDQ.
execution_provider : A enum indicates the Execution Provider such as: CPU, TRT, NNAPI, SNE, etc.
Raises:
ValueError: Raise ValueError if execution provider is unknown
Expand Down

0 comments on commit 778b32f

Please sign in to comment.