Enum ValidationLevel
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Validation levels that define the depth of validation performed.
public enum ValidationLevel
Fields
Basic = 1Basic validation - structure and simple pattern checks.
Comprehensive = 3Comprehensive validation - all checks including cross-backend validation.
Minimal = 0Minimal validation - basic structure checks only.
Standard = 2Standard validation - includes memory and determinism checks.