mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Previously I accidentally replaced all `=` with `-`, resulting in clowny code rendering like:  The purpose of replacing the `=` with `-` is to change the RST heading size of modules. So now, I replace strings with more than 3 `=`'s with `-`. This should avoid incorrectly replacing code where we set variables with `=` and do equality checks with `==`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/107838 Approved by: https://github.com/gmagogsfm |
||
|---|---|---|
| .. | ||
| exportdb | ||
| onnx | ||
| build_activation_images.py | ||
| build_opsets.py | ||
| build_quantization_configs.py | ||