Searched defs:all_gather_dimension (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | all_gather_combiner.cc | 56 int64_t all_gather_dimension = in CombineAllGathers() local
|
H A D | shape_inference.cc | 2036 absl::Span<const Shape* const> operand_shapes, int64_t all_gather_dimension, in InferAllGatherShape() 2060 absl::Span<const Shape* const> operand_shapes, int64_t all_gather_dimension, in InferAllGatherStartShape()
|
H A D | hlo_instruction.cc | 478 int64_t all_gather_dimension = proto.dimensions(0); in CreateFromProto() local 1259 int64_t all_gather_dimension, absl::Span<const ReplicaGroup> replica_groups, in CreateAllGather() 1270 int64_t all_gather_dimension, absl::Span<const ReplicaGroup> replica_groups, in CreateAllGatherStart()
|
H A D | hlo_instructions.h | 586 int64_t all_gather_dimension() const { return all_gather_dimension_; } in all_gather_dimension() function
|
H A D | hlo_instructions.cc | 787 absl::Span<HloInstruction* const> operands, int64_t all_gather_dimension, in HloAllGatherInstruction()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | spmd_partitioner_util.cc | 1545 int64_t channel_id, int64_t all_gather_dimension) { in GetPerGroupCollectiveOpsCreator()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 2868 XlaOp XlaBuilder::AllGather(XlaOp operand, int64_t all_gather_dimension, in AllGather() 4653 XlaOp AllGather(const XlaOp operand, int64_t all_gather_dimension, in AllGather()
|