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

Function ShiftRightLogical

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

Source from the content-addressed store, hash-verified

3307}
3308
3309XlaOp ShiftRightLogical(const XlaOp lhs, const XlaOp rhs,
3310 absl::Span<const int64> broadcast_dimensions) {
3311 return lhs.builder()->BinaryOp(HloOpcode::kShiftRightLogical, lhs, rhs,
3312 broadcast_dimensions);
3313}
3314
3315XlaOp Reduce(const XlaOp operand, const XlaOp init_value,
3316 const XlaComputation& computation,

Callers 12

CompileMethod · 0.85
binary_ops.ccFile · 0.85
CompileMethod · 0.85
operator>>Function · 0.85
TEST_FFunction · 0.85
DequantizeFunction · 0.85
RotateLeftU32Function · 0.85
Uint64ToUint32sFunction · 0.85
TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 3

TEST_FFunction · 0.68
TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68