Closed davidweichiang closed 2 years ago
Closes #98.
Since MultiTensor.__torch_function__ was not returning a valid MultiTensor, I just made it return a Tensor.
MultiTensor.__torch_function__
In the future if we need something fancier I guess we can make it fancier.
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.