Applies a linear transformation to the incoming data: y = xA^T + b.
y = xA^T + b
(*, inFeatures) where * means any number of additional dimensions, including none
(*, inFeatures)
*
(outFeatures, inFeatures) or (inFeatures)
(outFeatures, inFeatures)
(inFeatures)
Optional
(outFeatures) or ()
(outFeatures)
()
(*, outFeatures) or (*), based on the shape of the weight
(*, outFeatures)
(*)
Generated using TypeDoc
Applies a linear transformation to the incoming data:
y = xA^T + b
.