ggml_graph_nodes method

Pointer<Pointer<ggml_tensor>> ggml_graph_nodes(
  1. Pointer<ggml_cgraph> cgraph
)

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);
}