pub fn mul(lhs: &Tensor, rhs: &Tensor) -> Tensor
Multiplies two Tensor objects.
Tensor
lhs
rhs
The resulting Tensor after the multiplication.