| ggml_set_i32_nd | R Documentation |
Sets a single i32 value in the tensor at position [i0, i1, i2, i3].
ggml_set_i32_nd(tensor, i0, i1 = 0, i2 = 0, i3 = 0, value)
tensor |
Tensor pointer |
i0, i1, i2, i3 |
Indices (0-based) |
value |
Integer value to set |
NULL (invisible)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.