Home
last modified time | relevance | path

Searched defs:reshard (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_composable/fsdp/
H A Dfully_shard.py178 def reshard(self) -> None: member in FSDPModule
H A D_fsdp_param_group.py298 def reshard(self): member in FSDPParamGroup
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/
H A Dapi.py1022 def reshard(self, resharding_spec: shard_spec.ShardingSpec) -> ShardedTensor: member in ShardedTensor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc514 auto reshard = TryComplexReshardHandling(target); in ReshardNoCache() local
1794 auto reshard = reshaped.ReshardNoCache(reshape->first, in TryComplexReshardHandling() local
1854 auto reshard = intermediate_reshard.ReshardNoCache( in TryComplexReshardHandling() local
H A Dspmd_partitioner_test.cc1626 auto reshard = AllOf(op::Reshape(op::Transpose(all_to_all))); in TEST_F() local
1661 auto reshard = op::Reshape(op::Transpose(all_to_all)); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/distributed/fsdp/
H A D_flat_param.py1695 def reshard(self, free_unsharded_flat_param: bool): member in FlatParamHandle