TensorOp

A lazy representation of tensor operations to save memory

Properties and Methods

 

__init__(self, a, b, axis=None): 

 

op(self, a, b): 

 

get_shape(self, a, b): 

 

@property
shape(self): 

 

@property
array(self): 

Ought to always compile down to a proper ndarray

  • :returns: np.ndarray

    No description…

 

__getitem__(self, i): 

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings