Skip to main content

add

Function add 

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

Elementwise a + b; shapes must match exactly.