Compute the outer product of two arrays.
If the input arrays are not 1D, they will be flattened. Returned array will be of shape [x.size, y.size].
[x.size, y.size]
Compute the outer product of two arrays.
If the input arrays are not 1D, they will be flattened. Returned array will be of shape
[x.size, y.size].