ggml_backend_graph_compute method

int ggml_backend_graph_compute(
  1. ggml_backend_t backend,
  2. Pointer<ggml_cgraph> cgraph
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

int ggml_backend_graph_compute(
  ggml_backend_t backend,
  ffi.Pointer<ggml_cgraph> cgraph,
) {
  return _ggml_backend_graph_compute(backend, cgraph);
}