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.
Usage
ggml_ops_registry(op = NULL)
Value
A list describing the operation(s): op, params
(required parameter names) and desc.
Arguments
op
Optional operation name. If supplied, returns that single entry (or
NULL if unknown); otherwise a named list of all entries.