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

Function Xor

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

Source from the content-addressed store, hash-verified

3281}
3282
3283XlaOp Xor(const XlaOp lhs, const XlaOp rhs,
3284 absl::Span<const int64> broadcast_dimensions) {
3285 return lhs.builder()->BinaryOp(HloOpcode::kXor, lhs, rhs,
3286 broadcast_dimensions);
3287}
3288
3289XlaOp Not(const XlaOp operand) {
3290 return operand.builder()->UnaryOp(HloOpcode::kNot, operand);

Callers 5

binary_ops.ccFile · 0.85
operator^Function · 0.85
TEST_FFunction · 0.85
EmitIntegerBinaryOpMethod · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68