ConvBn2d¶ class torch.ao.nn.intrinsic.ConvBn2d(conv, bn)[source][source]¶ 这是一个调用 Conv 2d 和 Batch Norm 2d 模块的顺序容器。在量化过程中,这将替换为相应的融合模块。