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

Public Member Functions

def __init__ (self, size=None, scale_factor=None, mode='nearest', align_corners=None)
 
def forward (self, input)
 
def extra_repr (self)
 

Public Attributes

 name
 
 size
 
 scale_factor
 
 mode
 
 align_corners
 

Detailed Description

Definition at line 10 of file upsampling.py.


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