mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
This will add pyrefly to lint runner as a warning only - and allow us to collect feedback about the tool before switching to pyrefly as the main type checker. References the steps outlined here: : https://github.com/pytorch/pytorch/issues/163283: test plan: `lintrunner init` `lintrunner` confirm when pyrefly errors are present results look like: https://gist.github.com/maggiemoss/e6cb2d015dd1ded560ae1329098cf33f Pull Request resolved: https://github.com/pytorch/pytorch/pull/165179 Approved by: https://github.com/ezyang |
||
|---|---|---|
| .. | ||
| _internal | ||
| ops | ||
| __init__.py | ||
| _constants.py | ||
| _flags.py | ||
| errors.py | ||
| operators.py | ||
| README.md | ||
| symbolic_helper.py | ||
| symbolic_opset7.py | ||
| symbolic_opset8.py | ||
| symbolic_opset9.py | ||
| symbolic_opset10.py | ||
| symbolic_opset11.py | ||
| symbolic_opset12.py | ||
| symbolic_opset13.py | ||
| symbolic_opset14.py | ||
| symbolic_opset15.py | ||
| symbolic_opset16.py | ||
| symbolic_opset17.py | ||
| symbolic_opset18.py | ||
| symbolic_opset19.py | ||
| symbolic_opset20.py | ||
| testing.py | ||
| utils.py | ||
| verification.py | ||
torch.onnx
Torch->ONNX converter / exporter.
- User-facing docs: https://pytorch.org/docs/main/onnx.html
- Developer docs: https://github.com/pytorch/pytorch/wiki/PyTorch-ONNX-exporter