Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/distributed/_composable/fully_shard/
H A Dtest_fully_shard_runtime.py217 def patch_reshard(_patched_reshard: Callable): function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_fsdp.py1002 def patch_reshard(new_reshard: Callable): function