BNReLU2d¶ class torch.ao.nn.intrinsic.BNReLU2d(batch_norm, relu)[源][源]¶ 這是一個順序容器,用於呼叫 BatchNorm 2d 和 ReLU 模組。在量化期間,它將被相應的融合模組替換。