Skip to content

Commit

Permalink
fix usage in signedness in qat notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Jan 15, 2025
1 parent 255c630 commit 9d39f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
" fixed_scale=None,\n",
" fixed_zero_point=None,\n",
" simd_size=None,\n",
" signedness=Signedness.AUTO)\n",
" signedness=schema.Signedness.AUTO)\n",
"\n",
" # Set default QuantizationConfigOptions in new TargetPlatformCapabilities to be used when no other\n",
" # QuantizationConfigOptions is set for an OperatorsSet.\n",
Expand Down

0 comments on commit 9d39f9c

Please sign in to comment.