Table of Contents

Enum VectorizedUnaryOpType

Namespace
AiDotNet.JitCompiler.IR.Operations
Assembly
AiDotNet.dll

Types of vectorized unary operations.

public enum VectorizedUnaryOpType

Fields

Abs = 1

Absolute value.

Ceil = 11

Ceiling function.

Exp = 2

Exponential.

Floor = 10

Floor function.

Log = 3

Natural logarithm.

Negate = 0

Negation.

ReLU = 7

ReLU activation.

Round = 12

Round function.

Rsqrt = 5

Reciprocal square root.

Sigmoid = 8

Sigmoid activation.

Sqrt = 4

Square root.

Square = 6

Square.

Tanh = 9

Hyperbolic tangent.