Searched defs:Conjugate (Results 1 – 4 of 4) sorted by relevance
25 void Conjugate(complex<float>* array, size_t complex_length) { in Conjugate() function
80 static void Conjugate(const OpKernelContext* context, Tensor* out) { in Conjugate() function
94 Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex, enumerator
1191 struct Conjugate { struct1192 T operator()(T a) { return a; } in operator ()()