ggml_new_graph method
graph allocation in a context
Implementation
ffi.Pointer<ggml_cgraph> ggml_new_graph(
  ffi.Pointer<ggml_context> ctx,
) {
  return _ggml_new_graph(
    ctx,
  );
}
graph allocation in a context
ffi.Pointer<ggml_cgraph> ggml_new_graph(
  ffi.Pointer<ggml_context> ctx,
) {
  return _ggml_new_graph(
    ctx,
  );
}