Fusion Functions Implemented by the Tool

Fusion Functions

Currently, this tool mainly implements Conv+BN fusion. Before AMCT quantization, Conv+BN fusion is performed on the "torch.nn.Conv2d+torch.nn.BatchNorm2d" structure in the model, and the torch.nn.BatchNorm2d layer after fusion is deleted.