Open Table Of Contents

numba.ndarray_helpers

class numba.ndarray_helpers.PyArrayAccessor(builder, pyarray_ptr, tbaa=None, dtype=None)

Convenient access to a the native fields of a NumPy array.

builder: llvmpy IRBuilder pyarray_ptr: pointer to the numpy array tbaa: metadata.TBAAMetadata instance

numba.ndarray_helpers.make_property(type=None, invariant=True)

type: The type to be used for TBAA annotation