ggml_commit method

Pointer<Char> ggml_commit()

Implementation

ffi.Pointer<ffi.Char> ggml_commit() {
  return _ggml_commit();
}