pub fn add(lhs: &Tensor, rhs: &Tensor) -> Tensor
Adds two Tensor objects.
Tensor
lhs
rhs
The resulting Tensor after the addition.