ConvBnReLU3d¶ class torch.ao.nn.intrinsic.ConvBnReLU3d(conv, bn, relu)[源代码]¶ 这是一个顺序容器,调用了Conv 3d、Batch Norm 3d和ReLU模块。 在量化过程中,这将替换为相应的融合模块。