Home
last modified time | relevance | path

Searched defs:Conjugate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/common_audio/
Dreal_fourier_ooura.cc25 void Conjugate(complex<float>* array, size_t complex_length) { in Conjugate() function
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h71 static void Conjugate(const OpKernelContext* context, Tensor* out) { in Conjugate() function
/external/eigen/Eigen/src/Core/
DBandMatrix.h94 Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex, enumerator
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc985 struct Conjugate { struct
986 bfloat16 operator()(bfloat16 a) { return a; } in operator ()()