MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AllReduce

Function AllReduce

tensorflow/compiler/xla/client/xla_builder.cc:3364–3370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3362}
3363
3364XlaOp AllReduce(const XlaOp operand, const XlaComputation& computation,
3365 absl::Span<const ReplicaGroup> replica_groups,
3366 const absl::optional<ChannelHandle>& channel_id,
3367 const absl::optional<Shape>& shape_with_layout) {
3368 return operand.builder()->AllReduce(operand, computation, replica_groups,
3369 channel_id, shape_with_layout);
3370}
3371
3372XlaOp AllToAll(const XlaOp operand, int64 split_dimension,
3373 int64 concat_dimension, int64 split_count,

Callers 6

ExportXlaOpFunction · 0.85
CrossReplicaSumMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

AllReduceMethod · 0.45
builderMethod · 0.45

Tested by 4

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68