-
Notifications
You must be signed in to change notification settings - Fork 607
move quant_params class out of quant_utils #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D48805091 |
This pull request was exported from Phabricator. Differential Revision: D48805091 |
24ba074
to
72cd8bc
Compare
This pull request was exported from Phabricator. Differential Revision: D48805091 |
72cd8bc
to
a576f87
Compare
This pull request was exported from Phabricator. Differential Revision: D48805091 |
a205461
to
1925020
Compare
This pull request was exported from Phabricator. Differential Revision: D48805091 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48805091 |
1925020
to
893d2e6
Compare
Differential Revision: D48761858 fbshipit-source-id: 8a1aecd283867aedbc293ae32a52808ebd9e580f
Differential Revision: D48761859 fbshipit-source-id: 8093709d42a3f8a6e056fddd3770571bc309b0e9
Differential Revision: D48790083 fbshipit-source-id: 2b39e333ead6b0ac53b52508d16b4621b66a40e3
Differential Revision: D48764114 fbshipit-source-id: 9cbb22848112faf15b9423cf7589e2979f48dd7a
Summary: Pull Request resolved: pytorch/executorch#308 Quant Params always felt a little weird being in quant utils. Additionally in the next diff, we will have a dependency on implicit q/dq pass which will cause a circular dependency with quant_utils. So we move QuantParams out of utils and into its own file next to node_visitor Reviewed By: digantdesai, salilsdesai Differential Revision: D48805091 fbshipit-source-id: a4954328b16d332495d06eff71f61fa56b82da89
This pull request was exported from Phabricator. Differential Revision: D48805091 |
893d2e6
to
036a680
Compare
This pull request has been merged in 7bfec8f. |
Co-authored-by: Ali Khosh <[email protected]>
Summary: Quant Params always felt a little weird being in quant utils. Additionally in the next diff, we will have a dependency on implicit q/dq pass which will cause a circular dependency with quant_utils. So we move QuantParams out of utils and into its own file next to node_visitor
Reviewed By: digantdesai, salilsdesai
Differential Revision: D48805091