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