| ggml_get_rows_back | R Documentation |
Backward pass for ggml_get_rows operation. Accumulates gradients at the original row positions.
ggml_get_rows_back(ctx, a, b, c)
ctx |
GGML context |
a |
Gradient of get_rows output |
b |
Index tensor (same as forward pass) |
c |
Reference tensor defining output shape |
Gradient tensor for the embedding matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.