Linear
Applies a linear transformation to the incoming data: y = xA^T + b.
nnf_linear(input, weight, bias = NULL)
input |
(N, *, in\_features) where |
weight |
(out\_features, in\_features) the weights tensor. |
bias |
optional tensor (out\_features) |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.