MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_add_rel_pos

Function ggml_add_rel_pos

ggml.c:5856–5862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5854}
5855
5856struct ggml_tensor * ggml_add_rel_pos(
5857 struct ggml_context * ctx,
5858 struct ggml_tensor * a,
5859 struct ggml_tensor * pw,
5860 struct ggml_tensor * ph) {
5861 return ggml_add_rel_pos_impl(ctx, a, pw, ph, false);
5862}
5863
5864struct ggml_tensor * ggml_add_rel_pos_inplace(
5865 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_add_rel_pos_implFunction · 0.70

Tested by

no test coverage detected