Class TensorCoreConfig
- Namespace
- DotCompute.Backends.CUDA.Types
- Assembly
- DotCompute.Backends.CUDA.dll
Tensor core configuration.
public sealed class TensorCoreConfig
- Inheritance
-
TensorCoreConfig
- Inherited Members
Properties
DataType
Gets or sets the data type.
public string DataType { get; set; }
Property Value
- string
The data type.
Enabled
Gets or sets the enabled.
public bool Enabled { get; set; }
Property Value
- bool
The enabled.
InputType
Gets or sets the input type.
public DataType InputType { get; set; }
Property Value
- DataType
The input type.
OutputType
Gets or sets the output type.
public DataType OutputType { get; set; }
Property Value
- DataType
The output type.
Precision
Gets or sets the precision.
public string Precision { get; set; }
Property Value
- string
The precision.
TileSize
Gets or sets the tile size.
public int TileSize { get; set; }
Property Value
- int
The tile size.