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
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