Class ConvolutionParams
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
Convolution parameters.
public sealed class ConvolutionParams
- Inheritance
-
ConvolutionParams
- Inherited Members
Properties
BatchSize
Gets or sets the batch size.
public int BatchSize { get; init; }
Property Value
- int
The batch size.
FilterHeight
Gets or sets the filter height.
public int FilterHeight { get; init; }
Property Value
- int
The filter height.
FilterWidth
Gets or sets the filter width.
public int FilterWidth { get; init; }
Property Value
- int
The filter width.
InputChannels
Gets or sets the input channels.
public int InputChannels { get; init; }
Property Value
- int
The input channels.
InputHeight
Gets or sets the input height.
public int InputHeight { get; init; }
Property Value
- int
The input height.
InputWidth
Gets or sets the input width.
public int InputWidth { get; init; }
Property Value
- int
The input width.
OutputChannels
Gets or sets the output channels.
public int OutputChannels { get; init; }
Property Value
- int
The output channels.
OutputHeight
Gets or sets the output height.
public int OutputHeight { get; }
Property Value
- int
The output height.
OutputWidth
Gets or sets the output width.
public int OutputWidth { get; }
Property Value
- int
The output width.
PadH
Gets or sets the pad h.
public int PadH { get; init; }
Property Value
- int
The pad h.
PadW
Gets or sets the pad w.
public int PadW { get; init; }
Property Value
- int
The pad w.
StrideH
Gets or sets the stride h.
public int StrideH { get; init; }
Property Value
- int
The stride h.
StrideW
Gets or sets the stride w.
public int StrideW { get; init; }
Property Value
- int
The stride w.