A ggml_result is the contract object returned by the dispatch layer
and consumed by the injection layer. The embedding is stored cell-by-component
(cells in rows), ready to drop into reducedDim() / a Seurat reduction.
ggml_result(embedding, metadata = list(), timings = numeric(0))An object of class ggml_result.
A numeric matrix, cells in rows, components in columns.
Named list (e.g. stdev, loadings, backend used).
Named numeric vector of elapsed seconds per stage.