Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2284
struct ggml_tensor * ggml_log(
2285
struct ggml_context * ctx,
2286
struct ggml_tensor * a) {
2287
return ggml_log_impl(ctx, a, false);
2288
}
2289
2290
struct ggml_tensor * ggml_log_inplace(
2291
struct ggml_context * ctx,
Callers
5
llama_sampler_top_p_backend_apply
Function · 0.85
llama_sampler_min_p_backend_apply
Function · 0.85
llama_sampler_temp_ext_backend_apply
Function · 0.85
build_graph
Method · 0.85
ggml_vk_check_results_0
Function · 0.85
Calls
1
ggml_log_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68