Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_cos
Function
ggml_cos
subprojects/llama.cpp/ggml/src/ggml.c:2360–2364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2358
}
2359
2360
struct ggml_tensor * ggml_cos(
2361
struct ggml_context * ctx,
2362
struct ggml_tensor * a) {
2363
return ggml_cos_impl(ctx, a, false);
2364
}
2365
2366
struct ggml_tensor * ggml_cos_inplace(
2367
struct ggml_context * ctx,
Callers
4
build
Method · 0.85
build_graph
Method · 0.85
ggml_compute_backward
Function · 0.85
ggml_vk_check_results_0
Function · 0.85
Calls
1
ggml_cos_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68