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

Function Atan2

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

Source from the content-addressed store, hash-verified

3410}
3411
3412XlaOp Atan2(const XlaOp lhs, const XlaOp rhs,
3413 absl::Span<const int64> broadcast_dimensions) {
3414 return lhs.builder()->BinaryOp(HloOpcode::kAtan2, lhs, rhs,
3415 broadcast_dimensions);
3416}
3417
3418XlaOp Exp(const XlaOp operand) {
3419 return operand.builder()->UnaryOp(HloOpcode::kExp, operand);

Callers 7

unary_ops.ccFile · 0.50
binary_ops.ccFile · 0.50
AcosFunction · 0.50
AsinFunction · 0.50
AtanFunction · 0.50
XLA_TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 2

XLA_TEST_FFunction · 0.40
TEST_FFunction · 0.40