| ggml_ops_registry | R Documentation |
Returns the registry of operations the single-cell adapter can dispatch. Use
this to check capabilities (and required parameters) before building a
ggml_task — capability is declared, never discovered at runtime.
ggml_ops_registry(op = NULL)
op |
Optional operation name. If supplied, returns that single entry (or
|
A list describing the operation(s): op, params
(required parameter names) and desc.
ggml_ops_registry()
ggml_ops_registry("embed")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.