ApiDef.Visibility

enumeración final estática pública ApiDef.Visibility

Protobuf enumeración tensorflow.ApiDef.Visibility

Constantes

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

Métodos heredados

Valores de enumeración

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