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

Function And

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

Source from the content-addressed store, hash-verified

3269}
3270
3271XlaOp And(const XlaOp lhs, const XlaOp rhs,
3272 absl::Span<const int64> broadcast_dimensions) {
3273 return lhs.builder()->BinaryOp(HloOpcode::kAnd, lhs, rhs,
3274 broadcast_dimensions);
3275}
3276
3277XlaOp Or(const XlaOp lhs, const XlaOp rhs,
3278 absl::Span<const int64> broadcast_dimensions) {

Callers 1

operator&Function · 0.70

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected