Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2354
struct ggml_tensor * ggml_log(
2355
struct ggml_context * ctx,
2356
struct ggml_tensor * a) {
2357
return ggml_log_impl(ctx, a, false);
2358
}
2359
2360
struct ggml_tensor * ggml_log_inplace(
2361
struct ggml_context * ctx,
Callers
8
build_beginning_invalid_mask
Function · 0.85
build_ending_invalid_mask
Function · 0.85
build_beginning_invalid_mask
Function · 0.85
build_ending_invalid_mask
Function · 0.85
graph_softplus_shifted
Function · 0.85
mish_activation
Function · 0.85
ggml_vk_check_results_0
Function · 0.85
build_graph
Method · 0.85
Calls
1
ggml_log_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68