Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h398 int64 all_gather_dimension() const { return all_gather_dimension_; } in all_gather_dimension() function
Dhlo_instruction.cc422 int64 all_gather_dimension = proto.dimensions(0); in CreateFromProto() local
1044 const Shape& shape, HloInstruction* operand, int64 all_gather_dimension, in CreateAllGather()
Dshape_inference.cc2035 const Shape& operand_shape, int64 all_gather_dimension, int64 shard_count) { in InferAllGatherShape()
Dhlo_instructions.cc619 const Shape& shape, HloInstruction* operand, int64 all_gather_dimension, in HloAllGatherInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1659 int64 channel_id, int64 all_gather_dimension) { in GetPerGroupCollectiveOpsCreator()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2714 XlaOp XlaBuilder::AllGather(XlaOp operand, int64 all_gather_dimension, in AllGather()
4653 XlaOp AllGather(const XlaOp operand, int64 all_gather_dimension, in AllGather()