Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.ndarray.nbytes

ndarray.nbytes

Total bytes consumed by the elements of the array.

Notes

Does not include memory consumed by non-element attributes of thearray object.

Examples

>>>x=np.zeros((3,5,2),dtype=np.complex128)>>>x.nbytes480>>>np.prod(x.shape)*x.itemsize480

Previous topic

numpy.ndarray.itemsize

Next topic

numpy.ndarray.ndim

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp