Skip to main content

outer_product_native_tensor

Function outer_product_native_tensor 

Source
pub fn outer_product_native_tensor(lhs: &Tensor, rhs: &Tensor) -> Result<Tensor>
Expand description

Compute the outer product of two native tensors.