mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix invalid URLs.
@ -343,10 +343,10 @@ Set the environment variable `TORCH_LOGS="onnx_diagnostics"` to capture detailed
|
||||
## Relevant parts of PyTorch repo
|
||||
|
||||
* User-facing doc: [docs/source/onnx.rst](https://github.com/pytorch/pytorch/blob/onnx_ms_1/docs/source/onnx.rst)
|
||||
* Python tests: [test/onnx/](https://github.com/pytorch/pytorch/tree/onnx_ms_1/test/onnx)
|
||||
* Python tests: [test/onnx/](https://github.com/pytorch/pytorch/tree/main/test/onnx)
|
||||
* More Python tests: [test/jit/test_onnx_export.py](https://github.com/pytorch/pytorch/tree/onnx_ms_1/test/jit/test_onnx_export.py)
|
||||
* Python code: [torch/onnx/](https://github.com/pytorch/pytorch/tree/onnx_ms_1/torch/onnx)
|
||||
* C++ code: [torch/csrc/jit/passes/onnx/](https://github.com/pytorch/pytorch/tree/onnx_ms_1/torch/csrc/jit/passes/onnx)
|
||||
* Python code: [torch/onnx/](https://github.com/pytorch/pytorch/tree/main/torch/onnx)
|
||||
* C++ code: [torch/csrc/jit/passes/onnx/](https://github.com/pytorch/pytorch/tree/main/torch/csrc/jit/passes/onnx)
|
||||
|
||||
## Decomposition and pre-dispatch
|
||||
|
||||
|
Reference in New Issue
Block a user