mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Constant time access of first value in collection. This is a constant time operation instead of converting the item to a list to get the first item which is linear. The rule is turned on which automatically autofixes and enforces this. Pull Request resolved: https://github.com/pytorch/pytorch/pull/115507 Approved by: https://github.com/malfet |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_equalize_fx.py | ||
| test_model_report_fx.py | ||
| test_numeric_suite_fx.py | ||
| test_quantize_fx.py | ||
| test_subgraph_rewriter.py | ||