Belle II Software development
|
Public Member Functions | |
def | __init__ (self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True, num_svs=1, num_itrs=1, eps=1e-12) |
Constructor. | |
def | forward (self, x) |
forward | |
def __init__ | ( | self, | |
in_channels, | |||
out_channels, | |||
kernel_size, | |||
stride = 1 , |
|||
padding = 0 , |
|||
dilation = 1 , |
|||
groups = 1 , |
|||
bias = True , |
|||
num_svs = 1 , |
|||
num_itrs = 1 , |
|||
eps = 1e-12 |
|||
) |
Constructor.
Reimplemented from SN.
Definition at line 290 of file ieagan.py.
def forward | ( | self, | |
x | |||
) |