Learn R Programming

ggmlR (version 0.8.1)

ggml_ops_registry: 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)

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.

Examples

Run this code
ggml_ops_registry()
ggml_ops_registry("embed")

Run the code above in your browser using DataLab