ggml_backend_load_all_from_path method

void ggml_backend_load_all_from_path(
  1. Pointer<Char> dir_path
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

void ggml_backend_load_all_from_path(ffi.Pointer<ffi.Char> dir_path) {
  return _ggml_backend_load_all_from_path(dir_path);
}