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

Function Imag

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

Source from the content-addressed store, hash-verified

3455 return operand.builder()->UnaryOp(HloOpcode::kReal, operand);
3456}
3457XlaOp Imag(const XlaOp operand) {
3458 return operand.builder()->UnaryOp(HloOpcode::kImag, operand);
3459}
3460XlaOp Sqrt(const XlaOp operand) {
3461 return operand.builder()->UnaryOp(HloOpcode::kSqrt, operand);
3462}

Callers 5

ConjFunction · 0.70
unary_ops.ccFile · 0.50
TestCWiseGradMethod · 0.50
ComplexGradFunction · 0.50
AngleGradFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 1

TestCWiseGradMethod · 0.40