add

Function add 

Source
pub fn add(
    a: &CudaTensor,
    b: &CudaTensor,
    stream: &CudaStream,
) -> CudaResult<CudaTensor>
Expand description

Add two tensors