Class OptimizationRecommendations
- Namespace
- DotCompute.Backends.CPU.Accelerators
- Assembly
- DotCompute.Backends.CPU.dll
A class that represents optimization recommendations.
public class OptimizationRecommendations
- Inheritance
-
OptimizationRecommendations
- Inherited Members
Properties
AnalysisTime
Gets or sets the analysis time.
public DateTimeOffset AnalysisTime { get; set; }
Property Value
- DateTimeOffset
The analysis time.
CurrentPerformance
Gets or sets the current performance.
public required ExecutionStatistics CurrentPerformance { get; set; }
Property Value
- ExecutionStatistics
The current performance.
ErrorMessage
Gets or sets the error message.
public string? ErrorMessage { get; set; }
Property Value
- string
The error message.
KernelName
Gets or sets the kernel name.
public required string KernelName { get; set; }
Property Value
- string
The kernel name.
Suggestions
Gets or sets the suggestions.
public IList<OptimizationSuggestion> Suggestions { get; }
Property Value
- IList<OptimizationSuggestion>
The suggestions.