Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc1817 auto resharded = operand.Reshard(UngroupSharding(grouped)); in PartitionDotGroupOnBatch() local
1845 if (auto resharded = reshard_to_output_batch( in PartitionDotGroupOnBatch() local
1854 if (auto resharded = reshard_to_output_batch( in PartitionDotGroupOnBatch() local
Dspmd_partitioner.cc359 auto resharded = ReshardNoCache(target); in Reshard() local
804 auto resharded = ExchangeHaloAndGetValidData( in ReshardAsWindowedInput() local
844 auto update_cache = [&](PartitionedHlo resharded) { in Replicate()