mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
- Add a `kwargs` option; add the `dynamic_shapes` option so users can supply it directly to `torch.export`. - Make the options keyword-only arguments (bc-breaking) - Deprecate the `training` and `operator_export_type` options and include a warning message. The exact time for removal is TBD but the message should discourage users from using the options. - Deprecate two functions `exportable_ops` and pretty print export Pull Request resolved: https://github.com/pytorch/pytorch/pull/131501 Approved by: https://github.com/titaiwangms |
||
|---|---|---|
| .. | ||
| assets | ||
| dynamo | ||
| expect | ||
| internal | ||
| model_defs | ||
| torch_export | ||
| autograd_helper.py | ||
| error_reproduction.py | ||
| onnx_test_common.py | ||
| pytorch_test_common.py | ||
| test_autograd_funs.py | ||
| test_custom_ops.py | ||
| test_export_modes.py | ||
| test_fx_op_consistency.py | ||
| test_fx_passes.py | ||
| test_fx_to_onnx.py | ||
| test_fx_to_onnx_decomp_skip.py | ||
| test_fx_to_onnx_with_onnxruntime.py | ||
| test_fx_type_promotion.py | ||
| test_models.py | ||
| test_models_onnxruntime.py | ||
| test_models_quantized_onnxruntime.py | ||
| test_onnx_opset.py | ||
| test_onnxscript_no_runtime.py | ||
| test_onnxscript_runtime.py | ||
| test_op_consistency.py | ||
| test_operators.py | ||
| test_pytorch_jit_onnx.py | ||
| test_pytorch_onnx_no_runtime.py | ||
| test_pytorch_onnx_onnxruntime.py | ||
| test_pytorch_onnx_onnxruntime_cuda.py | ||
| test_pytorch_onnx_shape_inference.py | ||
| test_symbolic_helper.py | ||
| test_utility_funs.py | ||
| test_verification.py | ||
| verify.py | ||