flux tensoriel : : opérations : : Conj

#include <math_ops.h>

Renvoie le conjugué complexe d'un nombre complexe.

Résumé

Étant donné une input tensorielle de nombres complexes, cette opération renvoie un tenseur de nombres complexes qui sont le conjugué complexe de chaque élément de input . Les nombres complexes en input doivent être de la forme \(a + bj\), où a est la partie réelle et b est la partie imaginaire.

Le conjugué complexe renvoyé par cette opération est de la forme \(a - bj\).

Par exemple:

# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j]
tf.conj(input) ==> [-2.25 - 4.75j, 3.25 - 5.75j]

Arguments:

  • scope : un objet Scope

Retour:

  • Output : Le tenseur de sortie.

Constructeurs et Destructeurs

Conj (const :: tensorflow::Scope & scope, :: tensorflow::Input input)

Attributs publics

operation
output

Fonctions publiques

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Attributs publics

opération

Operation operation

sortir

::tensorflow::Output output

Fonctions publiques

Conj

 Conj(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

nœud

::tensorflow::Node * node() const 

opérateur :: tensorflow :: Entrée

 operator::tensorflow::Input() const 

opérateur :: tensorflow :: Sortie

 operator::tensorflow::Output() const