| ggml_backend_tensor_get_and_sync | R Documentation |
Gets tensor data from a backend with synchronization.
ggml_backend_tensor_get_and_sync(backend, tensor, offset = 0, size)
backend |
Backend pointer (or NULL for CPU) |
tensor |
Tensor pointer |
offset |
Byte offset (default 0) |
size |
Number of bytes to read |
Raw vector with tensor data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.