ggml_get_mem_size function
- @Native<Size Function(Pointer<
ggml_context> )>(ffi.Pointer<ggml_context>)>()
- Pointer<
ggml_context> ctx
Implementation
@ffi.Native<ffi.Size Function(ffi.Pointer<ggml_context>)>()
external int ggml_get_mem_size(
ffi.Pointer<ggml_context> ctx,
);