فهرست نهایی استاتیک عمومی ApiDef.Visibility
Protobuf enum tensorflow.ApiDef.Visibility
ثابت ها
بین المللی | DEFAULT_VISIBILITY_VALUE | Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef. |
بین المللی | HIDDEN_VALUE | Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language). |
بین المللی | SKIP_VALUE | Do not include this op in the generated API. |
بین المللی | VISIBLE_VALUE | Publicly visible in the API. |
روش های ارثی
مقادیر Enum
عمومی استاتیک نهایی 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 UNRECOGNIZED
عمومی استاتیک نهایی ApiDef.Visibility قابل مشاهده است
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
نهایی استاتیک عمومی VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1;
ارزش ثابت: 1