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

Public Member Functions

def __init__ (self, in_channels, out_channels, kernel_size, stride=1, padding=0, output_padding=0, groups=1, bias=True, dilation=1, padding_mode='zeros')
 
def forward (self, input, output_size=None)
 
- Public Member Functions inherited from torch.nn.modules.conv._ConvTransposeMixin
def forward (self, input, output_size=None)
 
- Public Member Functions inherited from torch.nn.modules.conv._ConvNd
def __init__ (self, in_channels, out_channels, kernel_size, stride, padding, dilation, transposed, output_padding, groups, bias, padding_mode)
 
def reset_parameters (self)
 
def extra_repr (self)
 

Additional Inherited Members

- Public Attributes inherited from torch.nn.modules.conv._ConvNd
 in_channels
 
 out_channels
 
 kernel_size
 
 stride
 
 padding
 
 dilation
 
 transposed
 
 output_padding
 
 groups
 
 padding_mode
 
 weight
 
 bias
 

Detailed Description

Definition at line 800 of file conv.py.


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