albanD / subclass_zoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ezyang opened this issue · comments

pytorch/pytorch#73727 is an attempt at doing this it ran into problems. Fortunately, we have an updated plan at pytorch/pytorch#73727 (comment) that just needs to be implemented