public static final numaralandırma ApiDef.Visibility
Protobuf enum tensorflow.ApiDef.Visibility
Sabitler
int | DEFAULT_VISIBILITY_VALUE | Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef. |
int | HIDDEN_VALUE | Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language). |
int | SKIP_VALUE | Do not include this op in the generated API. |
int | VISIBLE_VALUE | Publicly visible in the API. |
Kalıtsal Yöntemler
son int | CompareTo ( ApiDef.Visibility arg0) |
int | karşılaştırma (Nesne arg0) |
son boole değeri | eşittir (Nesne arg0) |
son Sınıf< ApiDef.Visibility > | getDeclaringClass () |
son int | hashKodu () |
son Dize | isim () |
son int | sıralı () |
Sicim | toString () |
static <T, Enum<T>> T'yi genişletir | valueOf (Class<T> arg0, String arg1) |
boolean | eşittir (Nesne arg0) |
son Sınıf<?> | getClass () |
int | hashKodu () |
son boşluk | bildir () |
son boşluk | tümünü bildir () |
Sicim | toString () |
son boşluk | bekle (uzun arg0, int arg1) |
son boşluk | bekle (uzun arg0) |
son boşluk | Beklemek () |
soyut int | CompareTo ( ApiDef.Visibility arg0) |
Numaralandırma Değerleri
genel statik final ApiDef.Visibility DEFAULT_VISIBILITY
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0;
genel statik final ApiDef.Görünürlük GİZLİ
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3;
genel statik 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;
genel statik final ApiDef.Görünürlük TANIMIYOR
genel statik final ApiDef.Visibility VISIBLE
Publicly visible in the API.
VISIBLE = 1;
Sabitler
genel statik final int DEFAULT_VISIBILITY_VALUE
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0;
Sabit Değer: 0
genel statik final int HIDDEN_VALUE
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3;
Sabit Değer: 3
genel statik 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;
Sabit Değer: 2
genel statik final int VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1;
Sabit Değer: 1