pytorch/torch/_refs
Chung-chieh Shan 2c588b3ad5 Allow new_full's fill_value argument type to be complex (#91345)
It seems that this code should type-check but doesn't:
```python
torch.zeros((2,3),dtype=torch.cdouble).new_full((4,5),complex(6,7))
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/91345
Approved by: https://github.com/zou3519, https://github.com/ezyang
2023-03-21 12:34:00 +00:00
..
linalg [primTorch] move diagonal & add linalg.diagonal refs (#95774) 2023-03-06 17:59:47 +00:00
nn Bump black version to 23.1.0 (#96578) 2023-03-15 06:27:59 +00:00
special
__init__.py Allow new_full's fill_value argument type to be complex (#91345) 2023-03-21 12:34:00 +00:00
_conversions.py
fft.py [BE] Import Literal, Protocol, and Final from standard library typing as of Python 3.8+ (#94490) 2023-02-09 19:17:49 +00:00