MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_sin_inplace

Function ggml_sin_inplace

subprojects/llama.cpp/ggml/src/ggml.c:2340–2344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338}
2339
2340struct ggml_tensor * ggml_sin_inplace(
2341 struct ggml_context * ctx,
2342 struct ggml_tensor * a) {
2343 return ggml_sin_impl(ctx, a, true);
2344}
2345
2346// ggml_cos
2347

Callers

nothing calls this directly

Calls 1

ggml_sin_implFunction · 0.85

Tested by

no test coverage detected