giagrad.Tensor.matmul# Tensor.matmul(other) → Tensor[source]# Returns a new tensor with the matrix multiplication of data and other. Parameters: other¶ (array_like) – The array_like object that data is multiplied to from the left-hand side.