torch.nn.functional.linear¶
-
torch.nn.functional.
linear
(input, weight, bias=None) → Tensor¶ Applies a linear transformation to the incoming data: .
This operator supports TensorFloat32.
Shape:
Input: where * means any number of additional dimensions, including none
Weight: or
Bias: or
Output: or , based on the shape of the weight