ggml_backend_graph_compute method
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);
}