Created by: cryoco
PR types
Bug fixes
PR changes
Others
Describe
- Enhance
conv_affine_channel_fuse_pass
to supportdepthwise_conv2d
op, and move this pass afterquant_conv2d_dequant_fuse_pass
in TRT pass strategy. - remove
conv_bn_fuse_pass
andfc_fuse_pass
beforetensorrt_subgraph_pass
because trt will do the fusion.