ConvBnReLU1d
- class torch.ao.nn.intrinsic.ConvBnReLU1d(conv, bn, relu)[source]
This is a sequential container which calls the Conv 1d, Batch Norm 1d, and ReLU modules. During quantization this will be replaced with the corresponding fused module.
This is a sequential container which calls the Conv 1d, Batch Norm 1d, and ReLU modules. During quantization this will be replaced with the corresponding fused module.