dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
863 stars 68 forks source link

support contraction of arbitrary objects #145

Closed jcmgray closed 4 years ago

jcmgray commented 4 years ago

Description

Add backend='object' to support contraction of arrays of arbitrary python objects (resolves #86 and #142).

Status

codecov[bot] commented 4 years ago

Codecov Report

Merging #145 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

jcmgray commented 4 years ago

Thanks for the comments, should have addressed them all in latest commit.