pub fn add<T: Tensor<Dtype = f32>>(lhs: &T::NoTape, rhs: T) -> T
Expand description

Add two Tensors of the same shape together: &lhs + rhs