ggml_reset method

void ggml_reset(
  1. Pointer<ggml_context> ctx
)

Implementation

void ggml_reset(
  ffi.Pointer<ggml_context> ctx,
) {
  return _ggml_reset(
    ctx,
  );
}