add

Function add 

Source
pub fn add(a: &Tensor<'_>, b: &mut Tensor<'_>) -> Result<(), SmeltError>
Expand description

tensor elementwise addition. b += a. a is automatically broadcasted.