Home
last modified time | relevance | path

Searched defs:operand_sharding (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h47 HloSharding operand_sharding; member
Dgather_scatter_handler.cc504 HloSharding operand_sharding = gather_sharding->operand_sharding; in PartitionGatherIndexParallelDimensions() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_sharding_identification_pass.cc213 if (auto operand_sharding = GetXlaShardingFromOperand(operand)) { in IdentifyXlaShardingForComputationInputs() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation.cc392 const HloSharding& operand_sharding = operand->sharding(); in InferDotShardingFromOperands() local
460 const HloSharding& operand_sharding = operand->sharding(); in InferGatherParallelShardingFromOperands() local
1037 const HloSharding& operand_sharding = annotate_op->operand(0)->sharding(); in InferUnspecifiedDimsFromOperand() local
Dbatchnorm_expander.cc274 HloSharding operand_sharding = in HandleBatchNormTraining() local
Dhlo_sharding_util.cc909 const Shape& operand_shape, const HloSharding& operand_sharding, in PassthroughOperandToGatherOutputOrScatterUpdate()