ggml_allocr_reset method

void ggml_allocr_reset(
  1. ggml_allocr_t alloc
)

Implementation

void ggml_allocr_reset(
  ggml_allocr_t alloc,
) {
  return _ggml_allocr_reset(
    alloc,
  );
}