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

Function ggml_softplus_inplace

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

Source from the content-addressed store, hash-verified

2312}
2313
2314struct ggml_tensor * ggml_softplus_inplace(
2315 struct ggml_context * ctx,
2316 struct ggml_tensor * a) {
2317 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_SOFTPLUS);
2318}
2319
2320// ggml_sin
2321

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected