You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have a Callableinstanceof check in the __getattr__ magic method that wraps torch.Tensor methods. We could remove this instanceof check to automatically also implement attributes of torch.Tensor on storch.Tensor
The text was updated successfully, but these errors were encountered:
Right now, we have a
Callable
instanceof
check in the__getattr__
magic method that wrapstorch.Tensor
methods. We could remove this instanceof check to automatically also implement attributes oftorch.Tensor
onstorch.Tensor
The text was updated successfully, but these errors were encountered: