R/nnf-linear.R
nnf_linear.Rd
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)