| ggml_tcrossprod | R Documentation |
tcrossprod)Computes A %*% t(B) (or A %*% t(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_tcrossprod(A, B = NULL, device = "auto", prec = "f32")
A |
A numeric matrix. |
B |
A numeric matrix with |
device, prec |
See |
A %*% t(B) as a numeric matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.