pytorch
f45fe7de - Add mypy checking for a few files in torch/_dynamo (#89731)

Commit
3 years ago
Add mypy checking for a few files in torch/_dynamo (#89731) It's kind of intractable to enable mypy everywhere at the moment, because there are a lot of errors, and also mypy is really slow for some reason. I just want enough types to explain the public types for user compiler calls, going through typing the _C.dynamo bindings along the way. This is a first step for this. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/89731 Approved by: https://github.com/suo
Author
Committer
Parents
Loading