Transform (Activation) Kernels Group¶
The Transform Group describes operations for transforming data according to particular functions (or activations). In general, transformations do not alter data size or shape and only change the values element-wise.
- Look-Up Tables (LUT) Manipulation Prototypes and Function List
- ReLU Prototype and Function List
- Leaky ReLU Prototype and Function List
- Parametric ReLU (PReLU) Prototype and Function List
- Sigmoid Prototype and Function List
- TanH Prototype and Function List
- Softmax Prototype and Function List
- L2 Normalization Prototype and Function List