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

Public Member Functions

def forward (self, input)
 
- Public Member Functions inherited from torch.nn.modules.dropout._DropoutNd
def __init__ (self, p=0.5, inplace=False)
 
def extra_repr (self)
 

Additional Inherited Members

- Public Attributes inherited from torch.nn.modules.dropout._DropoutNd
 p
 
 inplace
 

Detailed Description

Definition at line 150 of file dropout.py.


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