tensorplay.nn.functional.linear
- tensorplay.nn.functional.linear(input: TensorBase, weight: TensorBase, bias: TensorBase | None = None) TensorBase[source]
Applies a linear transformation to the incoming data: .
- Shape:
Input: where means any number of dimensions including none and .
Weight: where .
Bias:
Output:
See
Linearfor more details.

