bundles / numpy 2.4.4 / numpy / getbufsize
function
numpy:getbufsize
Signature
def getbufsize ( ) Summary
Return the size of the buffer used in ufuncs.
Returns
getbufsize: intSize of ufunc buffer in bytes.
Notes
Concurrency note: see /reference/routines.err
Examples
import numpy as np np.getbufsize()✓
Aliases
-
numpy.getbufsize