ggml_new_graph_custom method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_cgraph> ggml_new_graph_custom(
ffi.Pointer<ggml_context> ctx,
int size,
bool grads,
) {
return _ggml_new_graph_custom(ctx, size, grads);
}