Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
torch.nn.modules.linear.Linear Class Reference
Inheritance diagram for torch.nn.modules.linear.Linear:

Public Member Functions

def __init__ (self, in_features, out_features, bias=True)
 
def reset_parameters (self)
 
def forward (self, input)
 
def extra_repr (self)
 

Public Attributes

 in_features
 
 out_features
 
 weight
 
 bias
 

Detailed Description

Definition at line 12 of file linear.py.


The documentation for this class was generated from the following file: