Skip to content

Commit

Permalink
Add tensor storage format abstraction (#1392)
Browse files Browse the repository at this point in the history
* Add tensor storage format abstraction

Format abstraction is based on [https://doi.org/10.1145/3276493].

* Fix type signature from OrderedDict to Dict

* Fix typos sefl and Singelton

* Remove OrderedDict in favor of Dict

* Replace |= with .update() for backwards compatibility

* Fix serialization issues
  • Loading branch information
JanKleine authored Oct 26, 2023
1 parent 6691322 commit 0f731d6
Show file tree
Hide file tree
Showing 2 changed files with 828 additions and 0 deletions.
Loading

0 comments on commit 0f731d6

Please sign in to comment.