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