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