tensoreflusso:: ops:: Stampa
#include <logging_ops.h>
Stampa un elenco di tensori.
Riepilogo
Passa input
output
e stampa data
durante la valutazione.
Argomenti:
- scope: un oggetto Scope
- input: il tensore passato
output
- data: un elenco di tensori da stampare quando viene valutato op.
Attributi facoltativi (vedi Attrs
):
- messaggio: una stringa, prefisso del messaggio di errore.
- first_n: registra solo
first_n
numero di volte. -1 disabilita la registrazione. - riepilogare: stampa solo questo numero di voci di ciascun tensore.
Resi:
-
Output
: = Il tensoreinput
non modificato
Costruttori e distruttori | |
---|---|
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data) | |
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data, const Print::Attrs & attrs) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
FirstN (int64 x) | |
Message (StringPiece x) | |
Summarize (int64 x) |
Strutture | |
---|---|
tensorflow:: ops:: Print:: Attrs | Setter di attributi facoltativi per Print . |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
Stampa
Print( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::InputList data )
Stampa
Print( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::InputList data, const Print::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
PrimoN
Attrs FirstN( int64 x )
Messaggio
Attrs Message( StringPiece x )
Riassumere
Attrs Summarize( int64 x )