Searched refs:CanReshardWithCollectivePermute (Results 1 – 4 of 4) sorted by relevance
291 bool CanReshardWithCollectivePermute(const HloSharding& source,
409 if (CanReshardWithCollectivePermute(sharding(), target)) { in ReshardNoCache()926 if (CanReshardWithCollectivePermute(sharding(), temp_sharding)) { in ReshardToPartialReplicateWithAllGather()1047 if (CanReshardWithCollectivePermute(temp_target_sharding, target)) { in ReshardFromPartialReplicateWithDynamicSlice()1315 CHECK(CanReshardWithCollectivePermute(sharding(), target)) in ReshardWithCollectivePermute()
543 !CanReshardWithCollectivePermute( in PartitionBaseCase()560 !CanReshardWithCollectivePermute( in PartitionBaseCase()
1369 bool CanReshardWithCollectivePermute(const HloSharding& source, in CanReshardWithCollectivePermute() function