Class MLConv2dOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class MLConv2dOptions : MLOperatorOptions
- Inheritance
-
MLConv2dOptions
- Inherited Members
-
Constructors
MLConv2dOptions()
Fields
Bias
[Value("bias")]
public MLOperand Bias
Field Value
- MLOperand
Dilations
[Value("dilations")]
public List<ulong> Dilations
Field Value
- List<ulong>
FilterLayout
[Value("filterLayout")]
public MLConv2dFilterOperandLayout FilterLayout
Field Value
- MLConv2dFilterOperandLayout
Groups
[Value("groups")]
public ulong Groups
Field Value
- ulong
[Value("inputLayout")]
public MLInputOperandLayout InputLayout
Field Value
- MLInputOperandLayout
Padding
[Value("padding")]
public List<ulong> Padding
Field Value
- List<ulong>
Strides
[Value("strides")]
public List<ulong> Strides
Field Value
- List<ulong>