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