pytorch
e8574b84 - Fix legacy tensor constructor/new matching incorrect signature with d… (#58108)

Commit
3 years ago
Fix legacy tensor constructor/new matching incorrect signature with d… (#58108) Summary: …evice. Previously, it was possible for torch.Tensor(tensor, device) or Tensor.new(tensor, device) to map to IntArrayRef or PyObject*. PyObject* was not a problem because that would error out later. But IntArrayRef would create an uninitialized tensor, which is confusing. Fixes https://github.com/pytorch/pytorch/issues/47112 Pull Request resolved: https://github.com/pytorch/pytorch/pull/58108 Reviewed By: agolynski, mruberry Differential Revision: D28372426 Pulled By: gchanan fbshipit-source-id: 795ab4f0561939d002a661c5cc14c6cdb579f31a
Author
Parents
Loading