On this page
ConvReLU3d
class torch.ao.nn.intrinsic.quantized.ConvReLU3d(in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True, padding_mode='zeros', device=None, dtype=None)
[source]-
A ConvReLU3d module is a fused module of Conv3d and ReLU
We adopt the same interface as
torch.ao.nn.quantized.Conv3d
.Attributes: Same as torch.ao.nn.quantized.Conv3d
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.ao.nn.intrinsic.quantized.ConvReLU3d.html