Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_sin
Function
ggml_sin
subprojects/llama.cpp/ggml/src/ggml.c:2334–2338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2332
}
2333
2334
struct ggml_tensor * ggml_sin(
2335
struct ggml_context * ctx,
2336
struct ggml_tensor * a) {
2337
return ggml_sin_impl(ctx, a, false);
2338
}
2339
2340
struct ggml_tensor * ggml_sin_inplace(
2341
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_sin_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68