ggml_get_mem_size method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
int ggml_get_mem_size(ffi.Pointer<ggml_context> ctx) {
return _ggml_get_mem_size(ctx);
}
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
int ggml_get_mem_size(ffi.Pointer<ggml_context> ctx) {
return _ggml_get_mem_size(ctx);
}