ggml_tallocr_reset method

void ggml_tallocr_reset(
  1. ggml_tallocr_t talloc
)

Implementation

void ggml_tallocr_reset(
  ggml_tallocr_t talloc,
) {
  return _ggml_tallocr_reset(
    talloc,
  );
}