Searched defs:Conj (Results 1 – 8 of 8) sorted by relevance
8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
99 Conj = IsComplex enumerator
67 Status Conj(AbstractContext* ctx, AbstractTensorHandle* const input, in Conj() function
11 class Conj(Constraint): class
532 TEST_F(CWiseUnaryGradTest, Conj) { in TEST_F() argument
4493 XlaOp Conj(const XlaOp operand) { in Conj() function
2189 TEST_F(OpTest, Conj) { in TEST_F() argument
6848 func Conj(scope *Scope, input tf.Output) (output tf.Output) { func