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

Function ggml_expm1

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

Source from the content-addressed store, hash-verified

2294}
2295
2296struct ggml_tensor * ggml_expm1(
2297 struct ggml_context * ctx,
2298 struct ggml_tensor * a) {
2299 return ggml_unary(ctx, a, GGML_UNARY_OP_EXPM1);
2300}
2301
2302struct ggml_tensor * ggml_expm1_inplace(
2303 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_unaryFunction · 0.85

Tested by

no test coverage detected