RunOptions.TraceLevel

énumération finale statique publique RunOptions.TraceLevel

 TODO(pbar) Turn this into a TraceOptions proto which allows
 tracing to be controlled in a more orthogonal manner?
 
Protobuf énumération tensorflow.RunOptions.TraceLevel

Constantes

int FULL_TRACE_VALUE FULL_TRACE = 3;
int HARDWARE_TRACE_VALUE HARDWARE_TRACE = 2;
int NO_TRACE_VALUE NO_TRACE = 0;
int LOGICIEL_TRACE_VALUE SOFTWARE_TRACE = 1;

Méthodes héritées

entier final
comparerTo ( RunOptions.TraceLevel arg0)
int
comparerTo (Objet arg0)
booléen final
est égal à (Objet arg0)
Classe finale < RunOptions.TraceLevel >
getDeclaringClass ()
entier final
Code de hachage ()
Chaîne finale
nom ()
entier final
ordinal ()
Chaîne
àChaîne ()
statique <T étend Enum<T>> T
valueOf (Class<T> arg0, Chaîne arg1)
booléen
est égal à (Objet arg0)
Classe finale<?>
obtenirClasse ()
int
Code de hachage ()
vide final
notifier ()
vide final
notifierTous ()
Chaîne
àChaîne ()
vide final
attendre (long arg0, int arg1)
vide final
attendez (long arg0)
vide final
attendez ()
abstrait entier
comparerTo ( RunOptions.TraceLevel arg0)

Valeurs d'énumération

public statique final RunOptions.TraceLevel FULL_TRACE

FULL_TRACE = 3;

public statique final RunOptions.TraceLevel HARDWARE_TRACE

HARDWARE_TRACE = 2;

public statique final RunOptions.TraceLevel NO_TRACE

NO_TRACE = 0;

public statique final RunOptions.TraceLevel SOFTWARE_TRACE

SOFTWARE_TRACE = 1;

public statique final RunOptions.TraceLevel NON RECONNU

Constantes

public statique final int FULL_TRACE_VALUE

FULL_TRACE = 3;

Valeur constante : 3

public statique final int HARDWARE_TRACE_VALUE

HARDWARE_TRACE = 2;

Valeur constante : 2

public statique final int NO_TRACE_VALUE

NO_TRACE = 0;

Valeur constante : 0

public statique final int SOFTWARE_TRACE_VALUE

SOFTWARE_TRACE = 1;

Valeur constante : 1