mlx.core.outer# outer(a: array, b: array, /, *, stream: None | Stream | Device = None) → array# Compute the outer product of two 1-D arrays, if the array's passed are not 1-D a flatten op will be run beforehand. 參數: a (array) -- 輸入陣列 b (array) -- 輸入陣列 回傳值: The outer product. 回傳值型別: array