pytorch/test/export
Harmen Stoppels 01554c7b5a fix incorrect literal strings / accidental tuples (#146037)
* `expr,` is short for `(expr,)`
* literal strings over multiple lines need to escape the newline `\` or use `(...)`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146037
Approved by: https://github.com/Skylion007
2025-02-03 15:08:11 +00:00
..
__init__.py
opinfo_schema.py
random_dag.py
test_converter.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_cpp_serdes.py
test_db.py
test_draft_export.py [draft_export] Clear pending unbacked symbols when overriding mismatched fake kernels (#146089) 2025-02-01 03:32:50 +00:00
test_experimental.py [export] handle buffer/input mutations for joint-graph (#144806) 2025-01-16 00:22:16 +00:00
test_export.py Remove unused import in tests (#146266) 2025-02-03 03:40:18 +00:00
test_export_legacy.py EZ fix to make sure local pytest run succeeds in export (#144764) 2025-01-15 00:43:40 +00:00
test_export_nonstrict.py
test_export_training_ir_to_run_decomp.py
test_functionalized_assertions.py fix incorrect literal strings / accidental tuples (#146037) 2025-02-03 15:08:11 +00:00
test_hop.py Remove unused import in tests (#146266) 2025-02-03 03:40:18 +00:00
test_lift_unlift.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_pass_infra.py
test_passes.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_retraceability.py
test_schema.py Tweak schema_check to handle annotated builtin types (#145154) 2025-01-19 18:48:35 +00:00
test_serdes.py
test_serialize.py [export] Fix symfloat serialization (#146112) 2025-02-01 02:28:44 +00:00
test_sparse.py
test_swap.py Remove unused import in tests (#146266) 2025-02-03 03:40:18 +00:00
test_tools.py
test_torchbind.py
test_tree_utils.py fix incorrect literal strings / accidental tuples (#146037) 2025-02-03 15:08:11 +00:00
test_unflatten.py Remove unused import in tests (#146266) 2025-02-03 03:40:18 +00:00
test_unflatten_training_ir.py
test_verifier.py
testing.py