HomeSort by relevance Sort by last modified time
    Searched defs:Conjugate (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/common_audio/
real_fourier_ooura.cc 25 void Conjugate(complex<float>* array, size_t complex_length) {
60 // Ooura returns the conjugate of the usual Fourier definition.
61 Conjugate(dest, complex_length_);
71 // Restore Ooura's conjugate definition.
72 Conjugate(dest_complex, dest_complex_length);
  /external/eigen/Eigen/src/Core/
BandMatrix.h 94 Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex,
103 typedef typename internal::conditional<Conjugate,
  /external/tensorflow/tensorflow/core/kernels/
batch_matmul_op_impl.h 70 static void Conjugate(const OpKernelContext* context, Tensor* out) {
73 z.device(d) = z.conjugate();
95 auto y = Ty.template chip<0>(i).conjugate();
110 static void Conjugate(const OpKernelContext* context, Tensor* out) {}
239 // above, we need to conjugate the final output. This is a
241 ParallelMatMulKernel::Conjugate(context, out);
351 // row-major. Since GEMV doesn't provide a way to just conjugate an

Completed in 6380 milliseconds