pub fn sub(lhs: &Tensor, rhs: &Tensor) -> Tensor
Subtracts two Tensor objects.
Tensor
lhs
rhs
The resulting Tensor after the subtraction.