ggml_tallocr_free method

void ggml_tallocr_free(
  1. ggml_tallocr_t talloc
)

Implementation

void ggml_tallocr_free(
  ggml_tallocr_t talloc,
) {
  return _ggml_tallocr_free(
    talloc,
  );
}