ggml_graph_size function
- @Native<Int Function(Pointer<
ggml_cgraph> )>(ffi.Pointer<ggml_cgraph>)>()
- Pointer<
ggml_cgraph> cgraph
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ggml_cgraph>)>()
external int ggml_graph_size(
ffi.Pointer<ggml_cgraph> cgraph,
);