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