W3cubDocs

/PyTorch 2.9

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.

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.ao.nn.intrinsic.ConvBnReLU1d.html