ggml_graph_nodes method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ffi.Pointer<ggml_tensor>> ggml_graph_nodes(
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_nodes(cgraph);
}