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

Function ggml_add_rel_pos_inplace

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

Source from the content-addressed store, hash-verified

5601}
5602
5603struct ggml_tensor * ggml_add_rel_pos_inplace(
5604 struct ggml_context * ctx,
5605 struct ggml_tensor * a,
5606 struct ggml_tensor * pw,
5607 struct ggml_tensor * ph) {
5608 return ggml_add_rel_pos_impl(ctx, a, pw, ph, true);
5609}
5610
5611// ggml_rwkv_wkv6
5612

Callers

nothing calls this directly

Calls 1

ggml_add_rel_pos_implFunction · 0.85

Tested by

no test coverage detected