ggml_gallocr_get_buffer_size function
- @Native<Size Function(ggml_gallocr_t, Int)>(ggml_gallocr_t, ffi.Int)>()
- ggml_gallocr_t galloc,
- int buffer_id
Implementation
@ffi.Native<ffi.Size Function(ggml_gallocr_t, ffi.Int)>()
external int ggml_gallocr_get_buffer_size(
ggml_gallocr_t galloc,
int buffer_id,
);