pub fn add(a: &Tensor<'_>, b: &mut Tensor<'_>) -> Result<(), SmeltError>
tensor elementwise addition. b += a. a is automatically broadcasted.