Last chance! 50% off unlimited learning
Sale ends in
powered by
Applies a linear transformation to the incoming data: \(y = xA^T + b\).
nnf_linear(input, weight, bias = NULL)
\((N, *, in\_features)\) where * means any number of additional dimensions
*
\((out\_features, in\_features)\) the weights tensor.
optional tensor \((out\_features)\)