| ggml_task | R Documentation |
A ggml_task is the contract object passed from the extraction layer to
the dispatch layer. It bundles the operation name, the dense feature matrix
(features in rows, cells in columns — the single-cell convention), the
operation parameters and the requested device. It performs no computation.
ggml_task(op, matrix, params = list(), device = c("auto", "vulkan", "cpu"))
op |
Operation name; must be registered in
|
matrix |
A numeric |
params |
Named list of operation parameters (e.g. |
device |
|
An object of class ggml_task.
ggml_run, ggml_ops_registry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.