-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Remove first_quantization_pass FC property #20908
Remove first_quantization_pass FC property #20908
Conversation
Hey @anko-intel , Thanks for submitting the PR
CI supported jobs: [windows-cpu, miscellaneous, clang, centos-cpu, website, sanity, unix-cpu, edge, unix-gpu, centos-gpu, windows-gpu] Note: |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
It turns out that first_quantization_pass FC property is not needed any longer
3558f4a
to
61a88b0
Compare
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
It turns out that first_quantization_pass FC property is not needed any longer. fc_param.dnnl_param.quantized is enough to distinguish phases of quantization
Checklist
Essentials