nnf_linear {torch} | R Documentation |
Linear
Description
Applies a linear transformation to the incoming data: y = xA^T + b
.
Usage
nnf_linear(input, weight, bias = NULL)
Arguments
input |
|
weight |
|
bias |
optional tensor |
[Package torch version 0.13.0 Index]