Home
last modified time | relevance | path

Searched defs:fsdp_model (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_fsdp.py1131 def _check_cpu_offload(self, fsdp_model, cpu_offload): argument
1134 def _check_backward_prefetch(self, fsdp_model, backward_prefetch): argument
1137 def _check_forward_prefetch(self, fsdp_model, forward_prefetch): argument
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_mixed_precision.py288 def _validate_no_mp_shard(self, fsdp_model): argument
298 def _validate_mp_shard_freed(self, fsdp_model): argument
H A Dtest_fsdp_comm.py83 def _run_iter(self, fsdp_model, batch, use_no_sync: bool): argument