| ggml_is_permuted | R Documentation |
Returns TRUE if tensor dimensions have been permuted
ggml_is_permuted(tensor)
tensor |
Tensor pointer |
Logical
ctx <- ggml_init(1024 * 1024)
t <- ggml_new_tensor_2d(ctx, GGML_TYPE_F32, 10, 20)
ggml_is_permuted(t)
ggml_free(ctx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.