ggml_ops_registry: Supported single-cell operations

View source: R/sc_contracts.R

ggml_ops_registryR Documentation

Supported single-cell operations

Description

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)

Arguments

op

Optional operation name. If supplied, returns that single entry (or NULL if unknown); otherwise a named list of all entries.

Value

A list describing the operation(s): op, params (required parameter names) and desc.

Examples

ggml_ops_registry()
ggml_ops_registry("embed")

ggmlR documentation built on July 14, 2026, 1:08 a.m.