Enum VectorizedUnaryOpType
- Namespace
- AiDotNet.JitCompiler.IR.Operations
- Assembly
- AiDotNet.dll
Types of vectorized unary operations.
public enum VectorizedUnaryOpType
Fields
Abs = 1Absolute value.
Ceil = 11Ceiling function.
Exp = 2Exponential.
Floor = 10Floor function.
Log = 3Natural logarithm.
Negate = 0Negation.
ReLU = 7ReLU activation.
Round = 12Round function.
Rsqrt = 5Reciprocal square root.
Sigmoid = 8Sigmoid activation.
Sqrt = 4Square root.
Square = 6Square.
Tanh = 9Hyperbolic tangent.