numpy. repeat (a, repeats, axis=None)[source]¶ ... tile: 平铺数组。 例子. >>> x = np.array([[1,2],[3,4]]) >>> np.repeat(x, 2) array([1, 1, 2, 2, 3, 3, 4, ...
確定! 回上一頁