Home
last modified time | relevance | path

Searched refs:GatherParallelDims (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.h33 struct GatherParallelDims { struct
206 absl::optional<GatherParallelDims> GetGatherBatchParallelDims(
212 const HloInstruction& gather, const GatherParallelDims& parallel_dim);
218 const HloInstruction& gather, const GatherParallelDims& parallel_dims);
Dhlo_sharding_util.cc896 const GatherParallelDims& parallel_dims) { in GatherParallelDataOperandSharding()
1257 absl::optional<GatherParallelDims> GetGatherBatchParallelDims( in GetGatherBatchParallelDims()
1331 return GatherParallelDims{indices_parallel_dims, operand_parallel_dims, in GetGatherBatchParallelDims()
1338 const HloInstruction& gather, const GatherParallelDims& parallel_dim) { in GatherParallelOutputDims()
1358 const HloInstruction& gather, const GatherParallelDims& parallel_dims) { in GatherOutputAlignedOperandParallelDims()
Dsharding_propagation.cc403 const hlo_sharding_util::GatherParallelDims& parallel_dims, in InferGatherParallelShardingFromOperands()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h418 const hlo_sharding_util::GatherParallelDims& parallel_dims);
Dgather_scatter_handler.cc331 if (absl::optional<hlo_sharding_util::GatherParallelDims> parallel_dims = in PartitionIndexParallelDimensions()
Dspmd_partitioner_util.cc1834 const hlo_sharding_util::GatherParallelDims& parallel_dims) { in GatherOperandsShardedAcrossParallelDims()