| ggml_crossprod | R Documentation |
crossprod)Computes t(A) %*% B (or t(A) %*% A when B is
NULL) on the Vulkan GPU, returning an R matrix, with a CPU fallback.
See ggml_matmul for the precision and dispatch notes.
ggml_crossprod(A, B = NULL, device = "auto", prec = "f32")
A |
A numeric matrix. |
B |
A numeric matrix with |
device, prec |
See |
t(A) %*% B as a numeric matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.