bdusell / semiring-einsum

Generic PyTorch implementation of einsum that supports different semirings
https://bdusell.github.io/semiring-einsum/
MIT License
45 stars 7 forks source link

Add py.typed #19

Closed davidweichiang closed 2 years ago

davidweichiang commented 2 years ago

so that running mypy on a project that uses torch_semiring_einsum can check types against it.

davidweichiang commented 2 years ago

Made this no longer based on #5. This just adds one empty file now.

davidweichiang commented 2 years ago

Please review