Home
last modified time | relevance | path

Searched refs:MakePartitioningState (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1402 PartitionedHlo(clone, hlo->shape(), MakePartitioningState()) in DefaultAction()
1560 MakePartitioningState(), grouped.device_groups, &b_); in HandleConcatenate()
1709 MakePartitioningState()); in HandleSort()
1719 MakePartitioningState()); in HandleSort()
1737 MakePartitioningState()); in HandleSort()
1852 MakePartitioningState()); in HandleCustomCall()
1863 MakePartitioningState()); in HandleCustomCall()
1890 MakePartitioningState()); in HandleCustomCall()
1918 MakePartitioningState()); in HandleCustomCall()
1940 MakePartitioningState()) in HandleCustomCall()
[all …]
Dspmd_partitioner.h476 hlo, PartitionedHlo(new_hlo, hlo->shape(), MakePartitioningState())); in SetPartitionedHlo()
482 PartitionedHlo::PartitioningState MakePartitioningState() { in MakePartitioningState() function
Dgather_scatter_handler.cc610 return PartitionedHlo(all_reduce, hlo->shape(), MakePartitioningState()) in HandleScatter()
629 return PartitionedHlo(pscatter, hlo->shape(), MakePartitioningState()) in HandleScatter()
661 return PartitionedHlo(pscatter, hlo->shape(), MakePartitioningState()) in HandleScatter()