R/api.R
nv_matmul.Rd
Matrix multiplication of two tensors.
nv_matmul(lhs, rhs)
(nv_tensor)
nv_tensor
lhs: (b1, ..., bk, m, n)
lhs
(b1, ..., bk, m, n)
rhs: (b1, ..., bk, n, p)
rhs
(b1, ..., bk, n, p)
output: (b1, ..., bk, m, p)
(b1, ..., bk, m, p)
All dimensions but the last two are broadcasted.