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

Function ggml_log_inplace

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

Source from the content-addressed store, hash-verified

2288}
2289
2290struct ggml_tensor * ggml_log_inplace(
2291 struct ggml_context * ctx,
2292 struct ggml_tensor * a) {
2293 return ggml_log_impl(ctx, a, true);
2294}
2295
2296struct ggml_tensor * ggml_expm1(
2297 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_log_implFunction · 0.85

Tested by

no test coverage detected