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