ggml_get_mem_size function

  1. @Native<Size Function(Pointer<ggml_context>)>(ffi.Pointer<ggml_context>)>()
int ggml_get_mem_size(
  1. 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,
);