Home
last modified time | relevance | path

Searched defs:ExportCase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/export/
H A Dtest_db.py31 def test_exportdb_supported(self, name: str, case: ExportCase) -> None:
64 def test_exportdb_not_supported(self, name: str, case: ExportCase) -> None:
92 self, name: str, rewrite_case: ExportCase
H A Dtest_serialize.py926 def test_exportdb_supported(self, name: str, case: ExportCase) -> None:
/aosp_15_r20/external/pytorch/torch/_export/db/
H A Dcase.py77 class ExportCase: class
107 def register_db_case(case: ExportCase) -> None:
/aosp_15_r20/external/pytorch/docs/source/scripts/exportdb/
H A Dgenerate_example_rst.py19 def generate_example_rst(example_case: ExportCase):