| ggml_set_2d | R Documentation |
Simplified 2D version of ggml_set.
ggml_set_2d(ctx, a, b, nb1, offset)
ctx |
GGML context |
a |
Destination tensor |
b |
Source tensor |
nb1 |
Stride for dimension 1 (in bytes) |
offset |
Byte offset in destination tensor |
Tensor representing the set operation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.