MCPcopy 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
2334struct ggml_tensor * ggml_sin(
2335 struct ggml_context * ctx,
2336 struct ggml_tensor * a) {
2337 return ggml_sin_impl(ctx, a, false);
2338}
2339
2340struct ggml_tensor * ggml_sin_inplace(
2341 struct ggml_context * ctx,

Callers 4

buildMethod · 0.85
build_graphMethod · 0.85
ggml_compute_backwardFunction · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_sin_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68