ConvBnReLU2d¶ class torch.ao.nn.intrinsic.ConvBnReLU2d(conv, bn, relu)[來源][來源]¶ 這是一個連續的容器,用於呼叫 Conv 2d、Batch Norm 2d 和 ReLU 模組。 在量化期間,這將被替換為相應的融合模組。