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