tensoreflusso:: ops:: Stampa:: Attr
#include <logging_ops.h>
Setter di attributi facoltativi per Print .
Riepilogo
Attributi pubblici | |
---|---|
first_n_ = -1 | int64 |
message_ = "" | StringPiece |
summarize_ = 3 | int64 |
Funzioni pubbliche | |
---|---|
FirstN (int64 x) | TF_MUST_USE_RESULT Attrs Accedi solo per first_n numero di volte. |
Message (StringPiece x) | TF_MUST_USE_RESULT Attrs Una stringa, prefisso del messaggio di errore. |
Summarize (int64 x) | TF_MUST_USE_RESULT Attrs Stampa solo questo numero di voci di ciascun tensore. |
Attributi pubblici
primo_n_
int64 tensorflow::ops::Print::Attrs::first_n_ = -1
messaggio_
StringPiece tensorflow::ops::Print::Attrs::message_ = ""
riassumere_
int64 tensorflow::ops::Print::Attrs::summarize_ = 3
Funzioni pubbliche
PrimoN
TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::FirstN( int64 x )
Accedi solo per first_n
numero di volte.
-1 disabilita la registrazione.
Il valore predefinito è -1
Messaggio
TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Message( StringPiece x )
Una stringa, prefisso del messaggio di errore.
Il valore predefinito è ""
Riassumere
TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Summarize( int64 x )
Stampa solo questo numero di voci di ciascun tensore.
Il valore predefinito è 3