enumeración final estática pública ApiDef.Visibility
Protobuf enumeración tensorflow.ApiDef.Visibility
Constantes
entero | DEFAULT_VISIBILITY_VALUE | Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef. |
entero | HIDDEN_VALUE | Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language). |
entero | SALTAR_VALUE | Do not include this op in the generated API. |
entero | VISIBLE_VALUE | Publicly visible in the API. |
Métodos heredados
entero final | comparar con ( ApiDef.Visibility arg0) |
entero | comparar con (objeto arg0) |
booleano final | es igual (Objeto arg0) |
Clase final< ApiDef.Visibility > | getDeclaringClass () |
entero final | código hash () |
cadena final | nombre () |
entero final | ordinal () |
Cadena | a cadena () |
estático <T extiende Enum<T>> T | valor de (Clase<T> arg0, Cadena arg1) |
booleano | es igual (Objeto arg0) |
Clase final<?> | obtenerclase () |
entero | código hash () |
vacío final | notificar () |
vacío final | notificar a todos () |
Cadena | a cadena () |
vacío final | esperar (arg0 largo, int arg1) |
vacío final | espera (arg0 largo) |
vacío final | esperar () |
resumen entero | comparar con ( ApiDef.Visibility arg0) |
Valores de enumeración
pública estática final ApiDef.Visibility DEFAULT_VISIBILITY
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0;
pública estática final ApiDef.Visibilidad OCULTA
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.Visibilidad SALTAR
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.Visibilidad NO RECONOCIDO
público estático final ApiDef.Visibilidad VISIBLE
Publicly visible in the API.
VISIBLE = 1;
Constantes
int final estático público DEFAULT_VISIBILITY_VALUE
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0;
Valor constante: 0
int final estático público 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
int final estático público 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
int final estático público VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1;
Valor constante: 1