Skip to content

Commit

Permalink
Update onnx2tf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschepis authored Oct 14, 2024
1 parent 1009b22 commit 950d780
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions onnx2tf/onnx2tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,13 @@ def convert(
["input2","input2.npy",[0.3],[0.07]],\n
]
input_output_quant_dtype: Optional[str]
Input and Output dtypes when doing Full INT8 Quantization.\n
"int8"(default) or "uint8"
input_quant_dtype: Optional[str]
Input dtypes when doing Full INT8 Quantization.\n
"int8"(default) or "uint8" or "float32"
output_quant_dtype: Optional[str]
Output dtypes when doing Full INT8 Quantization.\n
"int8"(default) or "uint8" or "float32"
not_use_onnxsim: Optional[bool]
No optimization by onnx-simplifier is performed.\n
Expand Down

0 comments on commit 950d780

Please sign in to comment.