| ggml_gallocr_reserve | R Documentation |
Pre-allocates memory for a graph. This is optional but recommended when running the same graph multiple times to avoid reallocation.
ggml_gallocr_reserve(galloc, graph)
galloc |
Graph allocator object |
graph |
Graph object |
TRUE on success, FALSE on failure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.