BNReLU2d¶ class torch.ao.nn.intrinsic.BNReLU2d(batch_norm, relu)[源代码]¶ 这是一个顺序容器,调用了BatchNorm 2d和ReLU模块。 在量化过程中,这将被相应的融合模块替换。