ggml_backend_dev_memory method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_backend_dev_memory(
ggml_backend_dev_t device,
ffi.Pointer<ffi.Size> free,
ffi.Pointer<ffi.Size> total,
) {
return _ggml_backend_dev_memory(
device,
free,
total,
);
}