MCPcopy 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
2360struct ggml_tensor * ggml_cos(
2361 struct ggml_context * ctx,
2362 struct ggml_tensor * a) {
2363 return ggml_cos_impl(ctx, a, false);
2364}
2365
2366struct ggml_tensor * ggml_cos_inplace(
2367 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_cos_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68