MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_softplus

Function ggml_softplus

subprojects/llama.cpp/ggml/src/ggml.c:2308–2312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306}
2307
2308struct ggml_tensor * ggml_softplus(
2309 struct ggml_context * ctx,
2310 struct ggml_tensor * a) {
2311 return ggml_unary(ctx, a, GGML_UNARY_OP_SOFTPLUS);
2312}
2313
2314struct ggml_tensor * ggml_softplus_inplace(
2315 struct ggml_context * ctx,

Callers 2

ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by

no test coverage detected