Tensorflow :: ops :: Conj
#include <math_ops.h>
Gibt das komplexe Konjugat einer komplexen Zahl zurück.
Zusammenfassung
Bei einem Tensor input
der komplexen Zahlen, gibt diese Operation einen Tensor der komplexen Zahlen , die die komplexe Konjugierte eines jeden Elements in sind input
. Die komplexen Zahlen in der input
müssen die Form \(a + bj\) haben, wobei a der Realteil und b der Imaginärteil ist.
Das durch diese Operation zurückgegebene komplexe Konjugat hat die Form \(a - bj\).
Zum Beispiel:
# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j] tf.conj(input) ==> [-2.25 - 4.75j, 3.25 - 5.75j]
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der Ausgangstensor.
Konstruktoren und Destruktoren | |
---|---|
Conj (const :: tensorflow::Scope & scope, :: tensorflow::Input input) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
Conj
Conj( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const