| ggml_backend_sched_set_tensor_backend | R Documentation |
Manually assigns a specific tensor to run on a specific backend. This overrides automatic scheduling.
ggml_backend_sched_set_tensor_backend(sched, tensor, backend)
sched |
Scheduler pointer |
tensor |
Tensor pointer |
backend |
Backend pointer to assign tensor to |
NULL (invisible)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.