ApiDef.Visibility

enum final estático público ApiDef.Visibility

Protobuf enum tensorflow.ApiDef.Visibility

Constantes

interno DEFAULT_VISIBILITY_VALUE
 Normally this is "VISIBLE" unless you are inheriting a
 different value from another ApiDef.
interno HIDDEN_VALUE
 Hide this op by putting it into an internal namespace (or whatever
 is appropriate in the target language).
interno SKIP_VALUE
 Do not include this op in the generated API.
interno VISIBLE_VALUE
 Publicly visible in the API.

Métodos herdados

int final
compareTo ( ApiDef.Visibility arg0)
interno
compareTo (objeto arg0)
booleano final
é igual (objeto arg0)
Classe final< ApiDef.Visibility >
getDeclaringClass ()
int final
código hash ()
sequência final
nome ()
int final
ordinal ()
Corda
toString ()
estático <T estende Enum<T>> T
valorOf (Classe<T> arg0, String arg1)
booleano
é igual (objeto arg0)
aula final<?>
getClass ()
interno
código hash ()
vazio final
notificar ()
vazio final
notificar todos ()
Corda
toString ()
vazio final
espere (long arg0, int arg1)
vazio final
espere (arg0 longo)
vazio final
espere ()
abstrato int
compareTo ( ApiDef.Visibility arg0)

Valores de Enum

público estático final ApiDef.Visibility DEFAULT_VISIBILITY

 Normally this is "VISIBLE" unless you are inheriting a
 different value from another ApiDef.
 
DEFAULT_VISIBILITY = 0;

público estático final ApiDef.Visibility HIDDEN

 Hide this op by putting it into an internal namespace (or whatever
 is appropriate in the target language).
 
HIDDEN = 3;

público estático final ApiDef.Visibility SKIP

 Do not include this op in the generated API. If visibility is
 set to 'SKIP', other fields are ignored for this op.
 
SKIP = 2;

público estático final ApiDef.Visibility UNRECOGNIZED

público estático final ApiDef.Visibility VISIBLE

 Publicly visible in the API.
 
VISIBLE = 1;

Constantes

público estático final int DEFAULT_VISIBILITY_VALUE

 Normally this is "VISIBLE" unless you are inheriting a
 different value from another ApiDef.
 
DEFAULT_VISIBILITY = 0;

Valor Constante: 0

público estático final int HIDDEN_VALUE

 Hide this op by putting it into an internal namespace (or whatever
 is appropriate in the target language).
 
HIDDEN = 3;

Valor Constante: 3

público estático final int SKIP_VALUE

 Do not include this op in the generated API. If visibility is
 set to 'SKIP', other fields are ignored for this op.
 
SKIP = 2;

Valor Constante: 2

público estático final int VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

Valor Constante: 1