numpy array size

array.size属性

得到array中element的总数

如果是多维数组

比如

x = np.zeros((3,5,2))

a.size = 3×5×2 = 30


留言

熱門文章