ConvReLU3d
-
class
torch.nn.intrinsic.
ConvReLU3d
(conv, relu)[source] This is a sequential container which calls the Conv3d and ReLU modules. During quantization this will be replaced with the corresponding fused module.
torch.nn.intrinsic.
ConvReLU3d
(conv, relu)[source]This is a sequential container which calls the Conv3d and ReLU modules. During quantization this will be replaced with the corresponding fused module.