Created by: wozna
PR types
Others
PR changes
OPs
Describe
This PR:
- adds to cpu_quantize_placement_pass.cc default values to attr quantize_enabled_op_types. Is is needed, because since attr use_quantizer is no longer use and mkldnn_data_type is used by BFLOT16 it is needed to know which operator supports INT8.
- small changes in Conv2d MKLDNN implementation. Needed for future changes for Bfloat16 support.