ApiDef.Visibility

énumération finale statique publique ApiDef.Visibility

Protobuf enum tensorflow.ApiDef.Visibility

Constantes

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

Méthodes héritées

entier final
comparerTo ( ApiDef.Visibility arg0)
int
comparerTo (Objet arg0)
booléen final
est égal à (Objet arg0)
Classe finale < ApiDef.Visibility >
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 ()
entier abstrait
comparerTo ( ApiDef.Visibility arg0)

Valeurs d'énumération

public statique final ApiDef.Visibility DEFAULT_VISIBILITY

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

public statique final ApiDef.Visibility CACHÉ

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

public statique 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;

public static final ApiDef.Visibility NON RECONNU

public statique final ApiDef.Visibility VISIBLE

 Publicly visible in the API.
 
VISIBLE = 1;

Constantes

public statique final int DEFAULT_VISIBILITY_VALUE

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

Valeur constante : 0

public statique final int HIDDEN_VALUE

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

Valeur constante : 3

public statique 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;

Valeur constante : 2

public statique final int VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

Valeur constante : 1