Table of Contents

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

int

InputWidth

public int InputWidth { get; set; }

Property Value

int

KernelHeight

public int KernelHeight { get; set; }

Property Value

int

KernelWidth

public int KernelWidth { get; set; }

Property Value

int

OutputHeight

public int OutputHeight { get; set; }

Property Value

int

OutputWidth

public int OutputWidth { get; set; }

Property Value

int

PaddingX

public int PaddingX { get; set; }

Property Value

int

PaddingY

public int PaddingY { get; set; }

Property Value

int

StrideX

public int StrideX { get; set; }

Property Value

int

StrideY

public int StrideY { get; set; }

Property Value

int