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

Function Div

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

Source from the content-addressed store, hash-verified

3245}
3246
3247XlaOp Div(const XlaOp lhs, const XlaOp rhs,
3248 absl::Span<const int64> broadcast_dimensions) {
3249 return lhs.builder()->BinaryOp(HloOpcode::kDivide, lhs, rhs,
3250 broadcast_dimensions);
3251}
3252
3253XlaOp Rem(const XlaOp lhs, const XlaOp rhs,
3254 absl::Span<const int64> broadcast_dimensions) {

Callers 15

operator/Function · 0.70
CompileMethod · 0.50
CompileMethod · 0.50
XlaNudgeFunction · 0.50
QuantizeFunction · 0.50
binary_ops.ccFile · 0.50
DivNoNanImplFunction · 0.50
FloorDivImplFunction · 0.50
XdivyImplFunction · 0.50
CompileMethod · 0.50
CrossEntropyWithLogitsFunction · 0.50
CombineMethod · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 15

HloCostAnalysisTestMethod · 0.40
XLA_TEST_FFunction · 0.40
TestDivRemMethod · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_PFunction · 0.40
XLA_TEST_PFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40