Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- acosh_
simd - Apply inverse hyperbolic cosine (acosh) using SIMD operations
- asinh_
simd - Apply inverse hyperbolic sine (asinh) using SIMD operations
- atanh_
simd - Apply inverse hyperbolic tangent (atanh) using SIMD operations
- beta_
simd - Compute the Beta function B(a, b) using SIMD operations
- copysign_
simd - SIMD-accelerated copysign operation
- elu_
simd - Apply ELU (Exponential Linear Unit) activation using SIMD operations
- hardsigmoid_
simd - Apply Hardsigmoid activation using SIMD operations
- hardswish_
simd - Apply Hardswish activation using SIMD operations
- hypot_
simd - SIMD-accelerated hypotenuse calculation
- leaky_
relu_ simd - Apply Leaky ReLU / PReLU activation using SIMD operations
- lerp_
simd - SIMD-accelerated linear interpolation
- ln_
beta_ simd - Compute the Log-Beta function ln(B(a, b)) using SIMD operations
- log_
softmax_ simd - Apply Log-Softmax function using SIMD operations
- logaddexp_
simd - SIMD-accelerated logaddexp: log(exp(a) + exp(b))
- logit_
simd - SIMD-accelerated logit function: log(p / (1-p))
- prelu_
simd - Alias for leaky_relu_simd - PReLU (Parametric ReLU)
- selu_
simd - Apply SELU (Scaled Exponential Linear Unit) activation using SIMD operations
- sinc_
simd - Apply Sinc function using SIMD operations
- smootherstep_
simd - SIMD-accelerated smootherstep interpolation (Ken Perlin’s improved version)
- smoothstep_
simd - SIMD-accelerated smoothstep interpolation
- square_
simd - SIMD-accelerated element-wise square: x²