Documentation
GitHub
Example
Dlang.org
Convolution.this
grain
chain
Convolution
this
(
int
nInput
,
int
nOutput
,
int
[
dim
]
kernel
,
bool
useBias
=
true
)
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
=
true
)
Meta
Source
See Implementation
grain
chain
Convolution
constructors
this
functions
opCall
resetParameters