Last chance! 50% off unlimited learning
Sale ends in
powered by
Applies a linear transformation to the incoming data: y=xAT+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)