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

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