| ggml_print_objects | R Documentation |
Debug function to print all objects (tensors) in the context
ggml_print_objects(ctx)
ctx |
GGML context |
NULL (invisible)
ctx <- ggml_init(1024 * 1024)
t <- ggml_new_tensor_1d(ctx, GGML_TYPE_F32, 10)
ggml_print_objects(ctx)
ggml_free(ctx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.