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

Public Member Functions

def __init__ (self, beta=1, threshold=20)
 
def forward (self, input)
 
def extra_repr (self)
 

Public Attributes

 beta
 
 threshold
 

Detailed Description

Definition at line 586 of file activation.py.


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