Open HEmile opened 4 years ago
Right now, we have a Callable instanceof 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
Callable
instanceof
__getattr__
torch.Tensor
storch.Tensor
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