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

Function ggml_rope_inplace

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

Source from the content-addressed store, hash-verified

4164}
4165
4166struct ggml_tensor * ggml_rope_inplace(
4167 struct ggml_context * ctx,
4168 struct ggml_tensor * a,
4169 struct ggml_tensor * b,
4170 int n_dims,
4171 int mode) {
4172 return ggml_rope_impl(
4173 ctx, a, b, NULL, n_dims, NULL, mode, 0, 10000.0f, 1.0f, 0.0f, 1.0f, 0.0f, 0.0f, true
4174 );
4175}
4176
4177struct ggml_tensor * ggml_rope_ext(
4178 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_rope_implFunction · 0.85

Tested by

no test coverage detected