mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
This PR removes sparse tensor constructor functions `torch._sparse_coo/csr/csc/bsr/bsc/compressed_tensor_unsafe(...)` as unneeded. The equivalent functionality is provided via `torch.sparse_coo/csr/csc/bsr/bsc/compressed_tensor(..., check_invariants=False)` Pull Request resolved: https://github.com/pytorch/pytorch/pull/91331 Approved by: https://github.com/amjames, https://github.com/cpuhrsch |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gen_pyi.py | ||