mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
This PR replaces some std::tie calls with structural binding from C++17. This not only makes the code more compact, but also has some performance gain. Pull Request resolved: https://github.com/pytorch/pytorch/pull/119774 Approved by: https://github.com/albanD, https://github.com/malfet |
||
|---|---|---|
| .. | ||
| data | ||
| nn | ||
| optim | ||
| python | ||
| serialize | ||
| cuda.cpp | ||
| enum.cpp | ||
| imethod.cpp | ||
| jit.cpp | ||
| mps.cpp | ||
| serialize.cpp | ||
| xpu.cpp | ||