Enum UnaryOperation
- Namespace
- DotCompute.Backends.CPU.Kernels
- Assembly
- DotCompute.Backends.CPU.dll
Unary operations supported by the SIMD kernel executor.
public enum UnaryOperation
Fields
Abs = 2The abs
Copy = 0The copy
Cos = 7The cos
Exp = 4The exp
Log = 5The log
Negate = 3The negate
Sin = 6The sin
Sqrt = 1The SQRT
Tan = 8The tan