ggml_graph_nodes method

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

Implementation

ffi.Pointer<ffi.Pointer<ggml_tensor>> ggml_graph_nodes(
  ffi.Pointer<ggml_cgraph> cgraph,
) {
  return _ggml_graph_nodes(
    cgraph,
  );
}