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

Function Pow

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

Source from the content-addressed store, hash-verified

3465}
3466
3467XlaOp Pow(const XlaOp lhs, const XlaOp rhs,
3468 absl::Span<const int64> broadcast_dimensions) {
3469 return lhs.builder()->BinaryOp(HloOpcode::kPower, lhs, rhs,
3470 broadcast_dimensions);
3471}
3472
3473XlaOp IsFinite(const XlaOp operand) {
3474 return operand.builder()->UnaryOp(HloOpcode::kIsFinite, operand);

Callers 15

CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileFtrlFunction · 0.50
binary_ops.ccFile · 0.50
XLA_TEST_FFunction · 0.50
TEST_PFunction · 0.50
XLA_TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 8

XLA_TEST_FFunction · 0.40
TEST_PFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40