Created by: lidanqing-intel
Modify apply_fp32
function so that it could optimize fp32 and qat model by DNNL passes
There was a discussion that in qat test we should only test fp32 and int8 model. But now it turns out that it is not considerable enough. Because the qat model generated by user may have accuracy difference with original fp32 model (Not trained properly). So comparing original fp32 model and int8 model is not enough.