ConvBn1d¶ class torch.ao.nn.intrinsic.ConvBn1d(conv, bn)[source][source]¶ 这是一个按顺序调用 Conv 1d 和 Batch Norm 1d 模块的容器。在量化期间,它将被替换为相应的融合模块。