tensoreflusso:: ops:: Identità
#include <array_ops.h>Restituisce un tensore con la stessa forma e contenuto del tensore o del valore di input.
Riepilogo
Argomenti:
- scope: un oggetto Scope
Resi:
-  Output: il tensore di uscita.
| Costruttori e distruttori | |
|---|---|
| Identity (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | 
| Attributi pubblici | |
|---|---|
| operation | |
| output | |
| Funzioni pubbliche | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
Identità
Identity( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const