Skip to main content

add

Function add 

Source
pub fn add<R: CubeRuntime>(
    lhs: CubeTensor<R>,
    rhs: CubeTensor<R>,
) -> CubeTensor<R>
Expand description

Add two tensors