pub fn add(a: &Tensor, b: &Tensor) -> Result<Tensor>
Elementwise a + b; shapes must match exactly.
a + b