ApiDef.Visibility

सार्वजनिक स्थैतिक अंतिम enum ApiDef.Visibility

प्रोटोबफ एनम tensorflow.ApiDef.Visibility

स्थिरांक

int यहाँ डिफ़ॉल्ट_दृश्यता_मान
 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 यहाँ दृश्यमान_मान
 Publicly visible in the API.

विरासत में मिली विधियाँ

एनम मान

सार्वजनिक स्थैतिक अंतिम ApiDef.दृश्यता DEFAULT_VISIBILITY

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

सार्वजनिक स्थैतिक अंतिम ApiDef.दृश्यता छिपी हुई

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

सार्वजनिक स्थैतिक अंतिम ApiDef.दृश्यता 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.दृश्यता अज्ञात

सार्वजनिक स्थैतिक अंतिम ApiDef.दृश्यता दृश्यमान

 Publicly visible in the API.
 
VISIBLE = 1;

स्थिरांक

सार्वजनिक स्थैतिक अंतिम पूर्णांक DEFAULT_VISIBILITY_VALUE

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

स्थिर मान: 0

सार्वजनिक स्थैतिक अंतिम पूर्णांक HIDDEN_VALUE

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

स्थिर मान: 3

सार्वजनिक स्थैतिक अंतिम पूर्णांक 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;

स्थिर मान: 2

सार्वजनिक स्थैतिक अंतिम पूर्णांक VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

स्थिर मान: 1