grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
Convolution.this
grain
chain
Convolution
this
(int nInput, int nOutput, int[dim] kernel, bool useBias)
struct
Convolution
(T, size_t dim, alias Storage)
this
(
int
nInput
,
int
nOutput
,
int
[
dim
]
kernel
,
bool
useBias
= true
)
this
(int nInput, int nOutput, int[dim] kernel, int[dim] stride, int[dim] pad, int[dim] dilation, bool useBias)
Meta
Source
See Implementation
grain
chain
Convolution
constructors
this
functions
opCall
outShape
resetParameters
variables
bias
dilation
kernel
nInput
nOutput
pad
stride
useBias
weight