subclass_zoo icon indicating copy to clipboard operation
subclass_zoo copied to clipboard

Make it possible to construct tensor subclasses without having to always redefine __new__

Open ezyang opened this issue 2 years ago • 0 comments

https://github.com/pytorch/pytorch/pull/73727 is an attempt at doing this it ran into problems. Fortunately, we have an updated plan at https://github.com/pytorch/pytorch/pull/73727#issuecomment-1059216810 that just needs to be implemented

ezyang avatar Mar 24 '22 13:03 ezyang