Searched defs:Conjugate (Results 1 – 8 of 8) sorted by relevance
17 TORCH_LIBRARY_IMPL(_, Conjugate, m) { in TORCH_LIBRARY_IMPL() argument21 TORCH_LIBRARY_IMPL(aten, Conjugate, m) { in TORCH_LIBRARY_IMPL() argument
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
36 Conjugate, enumerator
94 Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex, enumerator
266 Conjugate, enumerator
1191 struct Conjugate { struct1192 T operator()(T a) { return a; } in operator ()()
104 Conjugate = auto() variable in DispatchKey