Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_cos_inplace
Function
ggml_cos_inplace
subprojects/llama.cpp/ggml/src/ggml.c:2366–2370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2364
}
2365
2366
struct ggml_tensor * ggml_cos_inplace(
2367
struct ggml_context * ctx,
2368
struct ggml_tensor * a) {
2369
return ggml_cos_impl(ctx, a, true);
2370
}
2371
2372
// ggml_sum
2373
Callers
nothing calls this directly
Calls
1
ggml_cos_impl
Function · 0.85
Tested by
no test coverage detected