Fusion Support
Currently, the following layer fusion types are supported:
- Conv+BN fusion: Before AMCT quantization, the "Conv+BatchNormalization" composite in the model is fused into "Conv+BN". After fusion, the BatchNormalization layer is removed.
- BatchNormalization+Mul: Before AMCT quantization, the "BatchNormalization+Mul" composite in the model is fused into "BN+Mul." After fusion, the Mul layer is removed.
- BatchNormalization+Add: Before AMCT quantization, the "BatchNormalization+Add" composite in the model is fused into "BN+Add." After fusion, the Add layer is removed.
Parent topic: See Also