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