Table of Contents

Enum ValidationLevel

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Validation levels that define the depth of validation performed.

public enum ValidationLevel

Fields

Basic = 1

Basic validation - structure and simple pattern checks.

Comprehensive = 3

Comprehensive validation - all checks including cross-backend validation.

Minimal = 0

Minimal validation - basic structure checks only.

Standard = 2

Standard validation - includes memory and determinism checks.