-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add onnxruntime backend support for quantize model * add mul support * update mergeconvadd * fix bug in mergeconvadd and mergeconvbn * Add func note * add mnist quantize model test * rerun_ci * fix test * update code * remove useless code * fix bugs * add more quantize algo test * rerun_ci * add GetTensorValue in helper * fix test * add new type support * fix GetTensorValue in onnx_helper * fix ops and change name func * fix quantize_linear op * fix quantize_model ci * add quantize ci * fix bugs
- Loading branch information
1 parent
354f9b3
commit ed60964
Showing
4 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters