dice-group / hypertrie

A flexible data structure for low-rank (≤ 5), sparse tensors supporting slices by any dimension and Einstein summation (einsum).
https://tentris.dice-research.org/
Apache License 2.0
14 stars 4 forks source link

port einsum to non-Boolean tensors #56

Open bigerl opened 4 years ago

bigerl commented 4 years ago

for newcomers: You need to deep dive into the operator graph but you won't need to touch too much internals of the hypertrie itself.

Extending the einsum tests to non-Boolean should be included.