ApiDef.Visibility

Enum סופי סטטי ציבורי ApiDef.Visibility

Protobuf enum tensorflow.ApiDef.Visibility

קבועים

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.

שיטות בירושה

ערכים מנויים

סופי סטטי ציבורי ApiDef.Visibility DEFAULT_VISIBILITY

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

סופי סטטי ציבורי ApiDef.Visibility HIDDEN

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

סופי סטטי ציבורי 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 UNCOGNIZED

סופי סטטי ציבורי ApiDef.Visibility VISIBLE

 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

ציבורי סטטי סופי 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;

ערך קבוע: 2

int סופי סטטי ציבורי VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

ערך קבוע: 1