Class ConvolutionConfig
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Configuration for convolution operations.
public sealed class ConvolutionConfig
- Inheritance
-
ConvolutionConfig
- Inherited Members
Properties
InputHeight
public int InputHeight { get; set; }
Property Value
InputWidth
public int InputWidth { get; set; }
Property Value
KernelHeight
public int KernelHeight { get; set; }
Property Value
KernelWidth
public int KernelWidth { get; set; }
Property Value
OutputHeight
public int OutputHeight { get; set; }
Property Value
OutputWidth
public int OutputWidth { get; set; }
Property Value
PaddingX
public int PaddingX { get; set; }
Property Value
PaddingY
public int PaddingY { get; set; }
Property Value
StrideX
public int StrideX { get; set; }
Property Value
StrideY
public int StrideY { get; set; }