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

Function ggml_expm1_inplace

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

Source from the content-addressed store, hash-verified

2300}
2301
2302struct ggml_tensor * ggml_expm1_inplace(
2303 struct ggml_context * ctx,
2304 struct ggml_tensor * a) {
2305 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_EXPM1);
2306}
2307
2308struct ggml_tensor * ggml_softplus(
2309 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected