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