Skip to main content

Module linear

Module linear 

Source
Expand description

Linear (Fully Connected) layer implementation.

Implements a standard linear transformation: y = xW^T + b

Structsยง

Linear
Linear (Fully Connected) layer.