|
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) |
|
|
| in_channels |
|
| out_channels |
|
| kernel_size |
|
| stride |
|
| padding |
|
| dilation |
|
| transposed |
|
| output_padding |
|
| groups |
|
| padding_mode |
|
| weight |
|
| bias |
|
Definition at line 13 of file conv.py.
The documentation for this class was generated from the following file: