Class OptimizationSuggestion
- Namespace
- DotCompute.Backends.CPU.Accelerators
- Assembly
- DotCompute.Backends.CPU.dll
A class that represents optimization suggestion.
public class OptimizationSuggestion
- Inheritance
-
OptimizationSuggestion
- Inherited Members
Properties
Description
Gets or sets the description.
public required string Description { get; set; }
Property Value
- string
The description.
ExpectedSpeedup
Gets or sets the expected speedup.
public double ExpectedSpeedup { get; set; }
Property Value
- double
The expected speedup.
Implementation
Gets or sets the implementation.
public required string Implementation { get; set; }
Property Value
- string
The implementation.
Type
Gets or sets the type.
public OptimizationType Type { get; set; }
Property Value
- OptimizationType
The type.