ggml_backend_sched_graph_compute_async method

int ggml_backend_sched_graph_compute_async(
  1. ggml_backend_sched_t sched,
  2. Pointer<ggml_cgraph> graph
)

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

Implementation

int ggml_backend_sched_graph_compute_async(
  ggml_backend_sched_t sched,
  ffi.Pointer<ggml_cgraph> graph,
) {
  return _ggml_backend_sched_graph_compute_async(sched, graph);
}