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

Function Rem

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

Source from the content-addressed store, hash-verified

3251}
3252
3253XlaOp Rem(const XlaOp lhs, const XlaOp rhs,
3254 absl::Span<const int64> broadcast_dimensions) {
3255 return lhs.builder()->BinaryOp(HloOpcode::kRemainder, lhs, rhs,
3256 broadcast_dimensions);
3257}
3258
3259XlaOp Max(const XlaOp lhs, const XlaOp rhs,
3260 absl::Span<const int64> broadcast_dimensions) {

Callers 10

FloorModImplFunction · 0.85
binary_ops.ccFile · 0.85
CompileMethod · 0.85
operator%Function · 0.85
TestDivRemMethod · 0.85
XLA_TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
XLA_TEST_PFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 5

TestDivRemMethod · 0.68
XLA_TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68
XLA_TEST_PFunction · 0.68
XLA_TEST_FFunction · 0.68