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

Function ggml_rope

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

Source from the content-addressed store, hash-verified

4111}
4112
4113struct ggml_tensor * ggml_rope(
4114 struct ggml_context * ctx,
4115 struct ggml_tensor * a,
4116 struct ggml_tensor * b,
4117 int n_dims,
4118 int mode) {
4119 return ggml_rope_impl(
4120 ctx, a, b, NULL, n_dims, NULL, mode, 0, 10000.0f, 1.0f, 0.0f, 1.0f, 0.0f, 0.0f, false
4121 );
4122}
4123
4124struct ggml_tensor * ggml_rope_multi(
4125 struct ggml_context * ctx,

Callers 4

llm_build_cogvlmMethod · 0.85
mainFunction · 0.85
build_graphMethod · 0.85
build_graphMethod · 0.85

Calls 1

ggml_rope_implFunction · 0.85

Tested by 3

mainFunction · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68