ggml_free method

void ggml_free(
  1. Pointer<ggml_context> ctx
)

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

Implementation

void ggml_free(ffi.Pointer<ggml_context> ctx) {
  return _ggml_free(ctx);
}