Rate this Page

LinearReLU#

class torch.ao.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.