np.tile

np.tile的效果是复制的方式延展np.array数组


























比如b的shape是(2,3),如果tile的参数是(2,3),就会扩张到(2*2,3*3)的shape

留言

熱門文章