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

Function Complex

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

Source from the content-addressed store, hash-verified

3217}
3218
3219XlaOp Complex(const XlaOp lhs, const XlaOp rhs,
3220 absl::Span<const int64> broadcast_dimensions) {
3221 return lhs.builder()->BinaryOp(HloOpcode::kComplex, lhs, rhs,
3222 broadcast_dimensions);
3223}
3224
3225XlaOp Conj(const XlaOp operand) {
3226 return Complex(Real(operand), Neg(Imag(operand)));

Callers 13

ConjFunction · 0.70
binary_ops.ccFile · 0.50
HandleComplexMethod · 0.50
HandleRealMethod · 0.50
HandleImagMethod · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TestCWiseGradMethod · 0.50
RealGradFunction · 0.50
ImagGradFunction · 0.50
AngleGradFunction · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 4

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TestCWiseGradMethod · 0.40
TESTFunction · 0.40