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

Function Or

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

Source from the content-addressed store, hash-verified

3275}
3276
3277XlaOp Or(const XlaOp lhs, const XlaOp rhs,
3278 absl::Span<const int64> broadcast_dimensions) {
3279 return lhs.builder()->BinaryOp(HloOpcode::kOr, lhs, rhs,
3280 broadcast_dimensions);
3281}
3282
3283XlaOp Xor(const XlaOp lhs, const XlaOp rhs,
3284 absl::Span<const int64> broadcast_dimensions) {

Callers 2

operator|Function · 0.70
CrossReplicaSumMethod · 0.70

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected