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 %*% t(B) as a numeric matrix.
A numeric matrix.
A numeric matrix with ncol(B) == ncol(A), or NULL
(default) for A %*% t(A).
See ggml_matmul.