| ggml_get_f32_nd | R Documentation |
Gets a single f32 value from the tensor at position [i0, i1, i2, i3]. Works with any tensor type (auto-converts to float).
ggml_get_f32_nd(tensor, i0, i1 = 0, i2 = 0, i3 = 0)
tensor |
Tensor pointer |
i0, i1, i2, i3 |
Indices (0-based) |
Float value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.