MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ggml_log

Function ggml_log

external/ggml/src/ggml.c:2354–2358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2352}
2353
2354struct ggml_tensor * ggml_log(
2355 struct ggml_context * ctx,
2356 struct ggml_tensor * a) {
2357 return ggml_log_impl(ctx, a, false);
2358}
2359
2360struct ggml_tensor * ggml_log_inplace(
2361 struct ggml_context * ctx,

Callers 8

graph_softplus_shiftedFunction · 0.85
mish_activationFunction · 0.85
ggml_vk_check_results_0Function · 0.85
build_graphMethod · 0.85

Calls 1

ggml_log_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68