ggml_graph_print method
print info and performance information for the graph
Implementation
void ggml_graph_print(
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_print(
cgraph,
);
}
print info and performance information for the graph
void ggml_graph_print(
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_print(
cgraph,
);
}