Searched refs:SetPartitionedHlo (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner.cc | 1401 SetPartitionedHlo(hlo, in DefaultAction() 1478 SetPartitionedHlo(hlo, [&] { in HandleElementwise() 1499 SetPartitionedHlo(hlo, [&] { in HandleConcatenate() 1566 SetPartitionedHlo(hlo, [&] { in HandleConcatenate() 1625 SetPartitionedHlo(hlo, [&] { in HandleSlice() 1738 SetPartitionedHlo(hlo, replicated_sort.Reshard(hlo->sharding())); in HandleSort() 1768 SetPartitionedHlo(hlo, [&] { in HandleSort() 1788 SetPartitionedHlo(hlo, [&] { return copy; }); in HandleCustomCall() 1799 SetPartitionedHlo(hlo, [&] { return copy; }); in HandleCustomCall() 1939 SetPartitionedHlo(hlo, PartitionedHlo(create_tuple, create_tuple->shape(), in HandleCustomCall() [all …]
|
D | gather_scatter_handler.cc | 609 SetPartitionedHlo(hlo, [&]() { in HandleScatter() 628 SetPartitionedHlo(hlo, [&]() { in HandleScatter() 660 SetPartitionedHlo(hlo, [&]() { in HandleScatter() 689 SetPartitionedHlo(gather, [pgather] { return pgather; }); in HandleGather() 699 SetPartitionedHlo(gather, [pgather] { return pgather; }); in HandleGather()
|
D | spmd_partitioner.h | 461 void SetPartitionedHlo(const HloInstruction* hlo, in SetPartitionedHlo() function 470 void SetPartitionedHlo(const HloInstruction* hlo, in SetPartitionedHlo() function 475 SetPartitionedHlo( in SetPartitionedHlo()
|
D | fft_handler.cc | 431 SetPartitionedHlo(hlo, partitioned_fft); in HandleFft()
|
D | dot_handler.cc | 2852 SetPartitionedHlo(hlo, [&] { return partitioned_dot; }); in HandleDotHelper()
|