ggml_softplus_inplace: Softplus Activation In-place (Graph)
Description
Creates a graph node for in-place softplus activation: log(1 + e^x)
Usage
ggml_softplus_inplace(ctx, a)
Value
View of tensor a with softplus applied
Arguments
- ctx
GGML context
- a
Input tensor (will be modified in-place)