mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Untyped decorators strip the types from their decorated function so even if the underlying function is fully typed then callers to it don't get any benefit from type annotations. Step 1 - Enable the error and override in all the offending files. #131429 Pull Request resolved: https://github.com/pytorch/pytorch/pull/131428 Approved by: https://github.com/justinchuby, https://github.com/oulgen |
||
|---|---|---|
| .. | ||
| _expanded_weights | ||
| __init__.py | ||
| _deprecation_utils.py | ||
| _named_member_accessor.py | ||
| _per_sample_grad.py | ||
| clip_grad.py | ||
| convert_parameters.py | ||
| fusion.py | ||
| init.py | ||
| memory_format.py | ||
| parametrizations.py | ||
| parametrize.py | ||
| prune.py | ||
| rnn.py | ||
| rnn.pyi | ||
| spectral_norm.py | ||
| stateless.py | ||
| weight_norm.py | ||