ApiDef.Visibility

فهرست نهایی استاتیک عمومی 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.

روش های ارثی

بین المللی نهایی
compareTo ( ApiDef.Visibility arg0)
بین المللی
مقایسه با (ابجکت arg0)
بولی نهایی
برابر است (شیء arg0)
کلاس نهایی< ApiDef.Visibility >
getDeclaringClass ()
بین المللی نهایی
هش کد ()
رشته نهایی
نام ()
بین المللی نهایی
ترتیبی ()
رشته
toString ()
استاتیک <T Enum<T>> T را گسترش می دهد
valueOf (Class<T> arg0، رشته arg1)
بولی
برابر است (شیء arg0)
کلاس نهایی<?>
getClass ()
بین المللی
هش کد ()
باطل نهایی
اطلاع رسانی ()
باطل نهایی
اطلاع رسانی به همه ()
رشته
toString ()
باطل نهایی
صبر کنید (long arg0، int arg1)
باطل نهایی
صبر کنید (طولانی arg0)
باطل نهایی
صبر کن ()
انتزاعی
compareTo ( ApiDef.Visibility arg0)

مقادیر 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