ggml_graph_view method
Implementation
ggml_cgraph ggml_graph_view(
ffi.Pointer<ggml_cgraph> cgraph,
int i0,
int i1,
) {
return _ggml_graph_view(
cgraph,
i0,
i1,
);
}
ggml_cgraph ggml_graph_view(
ffi.Pointer<ggml_cgraph> cgraph,
int i0,
int i1,
) {
return _ggml_graph_view(
cgraph,
i0,
i1,
);
}