pytorch
0031108b - Support torch.Tensor subclass (like Parameter) input. (#39487)

Commit
4 years ago
Support torch.Tensor subclass (like Parameter) input. (#39487) Summary: Currently torch.Tensor subclasses (like torch.nn.Parameter) isn't a supported type annotation to torch script inputs. This PR allows it to be treated like torch.Tensor for compilation. Closes https://github.com/pytorch/pytorch/issues/38235 Pull Request resolved: https://github.com/pytorch/pytorch/pull/39487 Differential Revision: D21885827 Pulled By: gmagogsfm fbshipit-source-id: 1ec51829b132b7b0293a6c526d73497b23dae113
Author
Yanan Cao
Parents
Loading