ggml_new_graph method
Implementation
ffi.Pointer<ggml_cgraph> ggml_new_graph(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_new_graph(
ctx,
);
}
ffi.Pointer<ggml_cgraph> ggml_new_graph(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_new_graph(
ctx,
);
}