Conv2d Type
Namespace: DiffSharp.Model
Assembly: DiffSharp.Core.dll
Base Type: Model
Constructors
Conv2d(inChannels, outChannels, ?kernelSize, ?stride, ?padding, ?dilation, ?kernelSizes, ?strides, ?paddings, ?dilations, ?bias)
|
Parameter Types:
-
inChannels
:
int
-
outChannels
:
int
-
?kernelSize
:
int
-
?stride
:
int
-
?padding
:
int
-
?dilation
:
int
-
?kernelSizes
:
seq<int>
-
?strides
:
seq<int>
-
?paddings
:
seq<int>
-
?dilations
:
seq<int>
-
?bias
:
bool
Return Type:
Conv2d
|