SessionLog.SessionStatus

public static final enum SessionLog.SessionStatus

tensorflow.SessionLog.SessionStatus enum tensorflow.SessionLog.SessionStatus

Constantes

int CHECKPOINT_VALUE CHECKPOINT = 3;
int START_VALUE START = 1;
int STATUS_UNSPECIFIED_VALUE STATUS_UNSPECIFIED = 0;
int STOP_VALUE STOP = 2;

Métodos herdados

final int
compareTo ( SessionLog.SessionStatus arg0)
int
compareTo (Object arg0)
final booleano
igual a (objeto arg0)
Classe final < SessionLog.SessionStatus >
getDeclaringClass ()
final int
hashCode ()
corda final
nome ()
final int
ordinal ()
Fragmento
toString ()
static <T extends Enum <T>> T
valueOf (Classe <T> arg0, String arg1)
boleano
igual a (objeto arg0)
aula final <?>
getClass ()
int
hashCode ()
vazio final
notificar ()
vazio final
notificar tudo ()
Fragmento
toString ()
vazio final
espera (long arg0, int arg1)
vazio final
espera (long arg0)
vazio final
espera ()
int abstrato
compareTo ( SessionLog.SessionStatus arg0)

Valores Enum

public static final SessionLog.SessionStatus CHECKPOINT

CHECKPOINT = 3;

public static final SessionLog.SessionStatus START

START = 1;

public static final SessionLog.SessionStatus STATUS_UNSPECIFIED

STATUS_UNSPECIFIED = 0;

public static final SessionLog.SessionStatus STOP

STOP = 2;

public static final SessionLog.SessionStatus UNRECOGNIZED

Constantes

public static final int CHECKPOINT_VALUE

CHECKPOINT = 3;

Valor Constante: 3

public static final int START_VALUE

START = 1;

Valor Constante: 1

public static final int STATUS_UNSPECIFIED_VALUE

STATUS_UNSPECIFIED = 0;

Valor constante: 0

public static final int STOP_VALUE

STOP = 2;

Valor constante: 2