Table of Contents

Enum PrecisionMode

Namespace
DotCompute.Abstractions.Interfaces.Kernels
Assembly
DotCompute.Abstractions.dll

Precision mode for computations.

public enum PrecisionMode

Fields

[SuppressMessage("Naming", "CA1720:Identifier 'Double' contains type name", Justification = "Enum member represents double-precision floating-point type; renaming would reduce clarity")] Double = 2

Double precision (64-bit)

Half = 0

Half precision (16-bit)

Mixed = 3

Mixed precision

[SuppressMessage("Naming", "CA1720:Identifier 'Single' contains type name", Justification = "Enum member represents single-precision floating-point type; renaming would reduce clarity")] Single = 1

Single precision (32-bit)