Highlights
- Pro
Pinned
721 contributions in the last year
Less
More
Contribution activity
October 2021
Created 13 commits in 3 repositories
Created a pull request in pytorch/pytorch that received 4 comments
Opened 3 other pull requests in 2 repositories
pytorch/pytorch
1
open
1
closed
pytorch/functorch
1
merged
Reviewed 8 pull requests in 2 repositories
pytorch/functorch
7 pull requests
pytorch/pytorch
1 pull request
Created an issue in pytorch/pytorch that received 3 comments
__torch_dispatch__ can result in returning None for an op that should return Tensors.
class LoggingTensor(torch.Tensor): elem: torch.Tensor __slots__ = ['elem'] @staticmethod def __new__(cls, elem, *args, **kwargs): # The wrapping te…
3
comments