Home
last modified time | relevance | path

Searched refs:CreatePerGroupPartitioningState (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h346 PartitionedHlo::PartitioningState CreatePerGroupPartitioningState(
Dgather_scatter_handler.cc417 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in PartitionIndexParallelDimensions()
584 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in HandleScatter()
Ddot_handler.cc1727 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in PartitionDotGroupOnBatch()
1742 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in PartitionDotGroupOnBatch()
2033 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in PartitionDotGroupOnNonContracting()
2220 auto inner_state = CreatePerGroupPartitioningState( in PartitionDotGroupOnContracting()
2763 auto inner_state = CreatePerGroupPartitioningState( in PartitionDot()
Dspmd_partitioner.cc958 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in ReshardToPartialReplicateWithAllGather()
1559 auto per_group_partitioner_state = CreatePerGroupPartitioningState( in HandleConcatenate()
2772 auto grouped_state = CreatePerGroupPartitioningState( in HandleReduce()
3087 auto per_group_state = CreatePerGroupPartitioningState( in HandleRng()
Dspmd_partitioner_util.cc1671 PartitionedHlo::PartitioningState CreatePerGroupPartitioningState( in CreatePerGroupPartitioningState() function