Tensorflow :: ops :: ComplexAbs
#include <math_ops.h>
Berechnet den komplexen Absolutwert eines Tensors.
Zusammenfassung
Bei einem Tensor x
komplexer Zahlen gibt diese Operation einen Tensor vom Typ float
oder double
, der der absolute Wert jedes Elements in x
. Alle Elemente in x
müssen komplexe Zahlen der Form \(a + bj\) sein. Der Absolutwert wird als \( {a^2 + b^2}\) berechnet.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der y-Tensor.
Konstruktoren und Destruktoren | |
---|---|
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | |
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const ComplexAbs::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation | |
y |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche statische Funktionen | |
---|---|
Tout (DataType x) |
Strukturen | |
---|---|
tensorflow :: ops :: ComplexAbs :: Attrs | Optionale Attributsetzer für ComplexAbs . |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
Öffentliche Funktionen
ComplexAbs
ComplexAbs( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ComplexAbs
ComplexAbs( const ::tensorflow::Scope & scope, ::tensorflow::Input x, const ComplexAbs::Attrs & attrs )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Öffentliche statische Funktionen
Schlepper
Attrs Tout( DataType x )