lrnnx.ops.triton.softplus module¶
- softplus(dt)¶
Triton JIT implementation of the softplus activation function.
This branch handles Triton versions < 3.0.0.
- Parameters:
dt – Input tensor value.
- Returns:
The softplus applied to the input using log1p.
Triton JIT implementation of the softplus activation function.
This branch handles Triton versions < 3.0.0.
dt – Input tensor value.
The softplus applied to the input using log1p.