ggml_free method

void ggml_free(
  1. Pointer<ggml_context> ctx
)

Implementation

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