| ggml_add_rel_pos | R Documentation |
Adds width and height relative-position bias to a.
ggml_add_rel_pos(ctx, a, pw, ph)
ctx |
GGML context |
a |
Input tensor |
pw |
Width relative-position tensor |
ph |
Height relative-position tensor |
Tensor with added relative-position bias
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.