Home
last modified time | relevance | path

Searched defs:ConjugateTranspose (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dcomplex_matrix.h52 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose() function
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose() function
83 ComplexMatrix& ConjugateTranspose(const complex<T>* const* src) { in ConjugateTranspose() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2037 func ConjugateTranspose(scope *Scope, x tf.Output, perm tf.Output) (y tf.Output) { func