ggml_backend_cpu_buffer_from_ptr method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ggml_backend_buffer_t ggml_backend_cpu_buffer_from_ptr(
ffi.Pointer<ffi.Void> ptr,
int size,
) {
return _ggml_backend_cpu_buffer_from_ptr(ptr, size);
}