Home
last modified time | relevance | path

Searched refs:make_test_cls_with_mocked_export (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/export/
H A Dtest_export_training_ir_to_run_decomp.py35 test_class = testing.make_test_cls_with_mocked_export(
43 test_class = testing.make_test_cls_with_mocked_export(
H A Dtest_export_nonstrict.py25 test_class = testing.make_test_cls_with_mocked_export(
H A Dtest_retraceability.py28 test_class = testing.make_test_cls_with_mocked_export(
H A Dtest_serdes.py30 test_class = testing.make_test_cls_with_mocked_export(
H A Dtesting.py198 def make_test_cls_with_mocked_export( function