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