ggml_graph_node method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding 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,
);
}