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