lazytensor icon indicating copy to clipboard operation
lazytensor copied to clipboard

An interface for lazy evaluation of tensors in linear algebra routines

Results 2 lazytensor issues
Sort by recently updated
recently updated
newest added

1. implement as much of the data-api spec as possible and as much that makes sense: https://data-apis.org/array-api/latest/API_specification/index.html 2. What would be REALLY cool and an intelligent array object is if...

copy pasting from `mesmerize-core` repo: Need to create a class which acts as a concatenated version of a LazyArray, for now support concatenation along the time axis. Constructor could perhaps...