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