IRON  1.0
Public Member Functions | Private Attributes | List of all members
iron.experimental.array.array Class Reference

Public Member Functions

def __init__ (self, Sequence[int] shape, np.dtype dtype, np.ndarray|None initial_values=None, int|None num_buffs=2)
 
def asnumpy (self)
 

Private Attributes

 _array
 
 _dtype
 
 _shape
 
 _num_buffs
 

Constructor & Destructor Documentation

◆ __init__()

def iron.experimental.array.array.__init__ (   self,
Sequence[int]  shape,
np.dtype  dtype,
np.ndarray | None   initial_values = None,
int | None   num_buffs = 2 
)

Member Function Documentation

◆ asnumpy()

def iron.experimental.array.array.asnumpy (   self)

Member Data Documentation

◆ _array

iron.experimental.array.array._array
private

◆ _dtype

iron.experimental.array.array._dtype
private

◆ _num_buffs

iron.experimental.array.array._num_buffs
private

◆ _shape

iron.experimental.array.array._shape
private

The documentation for this class was generated from the following file: