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