ApiDef.Visibility

public static final enum ApiDef.Visibility

Protobuf enum 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 SKIP_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

ApiDef.Visibility final estática pública DEFAULT_VISIBILITY

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

ApiDef.Visibility public static final HIDDEN

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

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

ApiDef.Visibility final estática pública NO RECONOCIDA

public static final ApiDef.Visibility VISIBLE

 Publicly visible in the API.
 
VISIBLE = 1;

Constantes

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

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

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

public static final int VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

Valor constante: 1