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

Function ggml_log

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

Source from the content-addressed store, hash-verified

2282}
2283
2284struct ggml_tensor * ggml_log(
2285 struct ggml_context * ctx,
2286 struct ggml_tensor * a) {
2287 return ggml_log_impl(ctx, a, false);
2288}
2289
2290struct ggml_tensor * ggml_log_inplace(
2291 struct ggml_context * ctx,

Calls 1

ggml_log_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68