Table of Contents

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 = 2

The abs

Copy = 0

The copy

Cos = 7

The cos

Exp = 4

The exp

Log = 5

The log

Negate = 3

The negate

Sin = 6

The sin

Sqrt = 1

The SQRT

Tan = 8

The tan