tensoreflusso:: ops:: Immagine
#include <math_ops.h>
Restituisce la parte immaginaria di un numero complesso.
Riepilogo
Dato un tensore input
di numeri complessi, questa operazione restituisce un tensore di tipo float
che è la parte immaginaria di ciascun elemento in input
. Tutti gli elementi in input
devono essere numeri complessi del modulo \(a + bj\), dove a è la parte reale e b è la parte immaginaria restituita da questa operazione.
Per esempio:
# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j] tf.imag(input) ==> [4.75, 5.75]
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore di uscita.
Costruttori e distruttori | |
---|---|
Imag (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
Imag (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const Imag::Attrs & attrs) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
Tout (DataType x) |
Strutture | |
---|---|
tensorflow:: ops:: Imag:: Attrs | Setter di attributi facoltativi per Imag . |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
Immagine
Imag( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
Immagine
Imag( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const Imag::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Tutto
Attrs Tout( DataType x )