torch.nn.functional.linear¶
-
torch.nn.functional.
linear
(input, weight, bias=None)[source]¶ Applies a linear transformation to the incoming data: .
This operator supports TensorFloat32.
Shape:
Input: N is the batch size, * means any number of additional dimensions
Weight:
Bias:
Output: