Home
last modified time | relevance | path

Searched defs:test_compiled_fsdp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/checkpoint/
H A Dtest_state_dict.py225 def test_compiled_fsdp(self) -> None: member in TestStateDict
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_fsdp.py1449 def test_compiled_fsdp(compile_compute_on_module: Optional[type] = None): function