flux tensoriel : : opérations : : Complexe
#include <math_ops.h>
Convertit deux nombres réels en un nombre complexe.
Résumé
Étant donné un tenseur real
représentant la partie réelle d'un nombre complexe, et un tenseur imag
représentant la partie imaginaire d'un nombre complexe, cette opération renvoie des nombres complexes élément par élément de la forme \(a + bj\), où a représente la partie real
et b représente la partie imag
.
Les tenseurs d'entrée real
et imag
doivent avoir la même forme.
Par exemple:
# tensor 'real' is [2.25, 3.25] # tensor `imag` is [4.75, 5.75] tf.complex(real, imag) ==> [[2.25 + 4.75j], [3.25 + 5.75j]]
Arguments :
- scope : un objet Scope
Retours :
-
Output
: Le tenseur de sortie.
Constructeurs et Destructeurs | |
---|---|
Complex (const :: tensorflow::Scope & scope, :: tensorflow::Input real, :: tensorflow::Input imag) | |
Complex (const :: tensorflow::Scope & scope, :: tensorflow::Input real, :: tensorflow::Input imag, const Complex::Attrs & attrs) |
Attributs publics | |
---|---|
operation | |
out |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fonctions statiques publiques | |
---|---|
Tout (DataType x) |
Structures | |
---|---|
tensorflow :: ops :: Complexe :: Attrs | Setters d'attributs facultatifs pour Complex . |
Attributs publics
opération
Operation operation
dehors
::tensorflow::Output out
Fonctions publiques
Complexe
Complex( const ::tensorflow::Scope & scope, ::tensorflow::Input real, ::tensorflow::Input imag )
Complexe
Complex( const ::tensorflow::Scope & scope, ::tensorflow::Input real, ::tensorflow::Input imag, const Complex::Attrs & attrs )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const
Fonctions statiques publiques
Tout
Attrs Tout( DataType x )