diprism / fggs

Factor Graph Grammars in Python
MIT License
13 stars 3 forks source link

Multitensor #101

Closed davidweichiang closed 2 years ago

davidweichiang commented 2 years ago

Closes #98.

Since MultiTensor.__torch_function__ was not returning a valid MultiTensor, I just made it return a Tensor.

In the future if we need something fancier I guess we can make it fancier.