• M
    [DNNL] Fix accuracy in INT8 FC (#22404) · 269db0d1
    Michał Gallus 提交于
    * Enable quantize to reorder to nchw as well
    
    * Correct FC MKL-DNN input dim requirements to accept 3D
    
    * Improve DNNL FC format, error and 3D input handling
    
    test=develop
    
    * Improve error checking in FC
    
    test=develop
    
    * Improve PADDLE_ENFORCE messages in fc-related files
    
    * Remove data layout attribute from obligatory pass args
    
    test=develop
    
    * Fix message in fc_mkldnn_pass to be logically correct
    
    test=develop
    269db0d1
quantize_op.cc 1.8 KB