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

Function CrossReplicaSum

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

Source from the content-addressed store, hash-verified

3357}
3358
3359XlaOp CrossReplicaSum(const XlaOp operand,
3360 absl::Span<const ReplicaGroup> replica_groups) {
3361 return operand.builder()->CrossReplicaSum(operand, replica_groups);
3362}
3363
3364XlaOp AllReduce(const XlaOp operand, const XlaComputation& computation,
3365 absl::Span<const ReplicaGroup> replica_groups,

Callers

nothing calls this directly

Calls 2

CrossReplicaSumMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected