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

Function ShiftLeft

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

Source from the content-addressed store, hash-verified

3295}
3296
3297XlaOp ShiftLeft(const XlaOp lhs, const XlaOp rhs,
3298 absl::Span<const int64> broadcast_dimensions) {
3299 return lhs.builder()->BinaryOp(HloOpcode::kShiftLeft, lhs, rhs,
3300 broadcast_dimensions);
3301}
3302
3303XlaOp ShiftRightArithmetic(const XlaOp lhs, const XlaOp rhs,
3304 absl::Span<const int64> broadcast_dimensions) {

Callers 13

SoftmaxFunction · 0.85
SoftmaxFunction · 0.85
CompileMethod · 0.85
StatelessRngUniformFunction · 0.85
CompileMethod · 0.85
binary_ops.ccFile · 0.85
CompileMethod · 0.85
operator<<Function · 0.85
TEST_FFunction · 0.85
ArgMinMaxTwoPassFunction · 0.85
Uint32sToUint64Function · 0.85

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68