Linear — PyTorch 1.10.1 documentation
pytorch.org › generated › torchApplies a linear transformation to the incoming data: y = x A T + b. y = xA^T + b y = xAT + b. This module supports TensorFloat32. Parameters. in_features – size of each input sample. out_features – size of each output sample. bias – If set to False, the layer will not learn an additive bias.