• L
    Improve mobilenetv2 INT8 performance by using INT8 relu as post-op (#17570) · 04b6c29e
    lidanqing 提交于
    * add INT8 conv+relu6 fuse and enbale mobilentv2 INT8 test
    test=develop
    
    * change fasle and 0.0 to fuse_brelu and brelu_threshold
    test=develop
    
    change the "fuse_relu||fuse_brelu" to "unsigned_output"
    test=develop
    
    * Use relu instead of brelu as INT8 post-op because INT8 brelu is not enabled in mkldnn v0.18
    test=develop
    
    * continuous-integration fix
    test=develop
    04b6c29e
mkldnn_quantizer.cc 16.3 KB