Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tensor storage format abstraction (#1392)
* 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