Skip to main content

tensor_outer

Function tensor_outer 

Source
pub fn tensor_outer(a: &DenseTensor, b: &DenseTensor) -> DenseTensor
Expand description

Compute the general outer product of two DenseTensors: result has rank = rank(a) + rank(b).