ApiDef.Visibility

ApiDef.Visibility enum สุดท้ายแบบคงที่สาธารณะ

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.

วิธีการสืบทอด

int สุดท้าย
เปรียบเทียบถึง ( ApiDef.Visibility arg0)
ภายใน
เปรียบเทียบถึง (วัตถุ arg0)
บูลีนสุดท้าย
เท่ากับ (วัตถุ arg0)
คลาสสุดท้าย < ApiDef.Visibility >
getDeclaringClass ()
int สุดท้าย
แฮชโค้ด ()
สตริงสุดท้าย
ชื่อ ()
int สุดท้าย
ลำดับ ()
สตริง
toString ()
คงที่ <T ขยาย Enum <T>> T
valueOf (คลาส <T> arg0, สตริง arg1)
บูลีน
เท่ากับ (วัตถุ arg0)
คลาสสุดท้าย<?>
รับคลาส ()
ภายใน
แฮชโค้ด ()
โมฆะสุดท้าย
แจ้ง ()
โมฆะสุดท้าย
แจ้งทั้งหมด ()
สตริง
toString ()
โมฆะสุดท้าย
รอสักครู่ (ยาว arg0, int arg1)
โมฆะสุดท้าย
รอ (ยาว arg0)
โมฆะสุดท้าย
รอ ()
บทคัดย่อ
เปรียบเทียบถึง ( ApiDef.Visibility arg0)

ค่าแจงนับ

ApiDef.Visibility DEFAULT_VISIBILITY สุดท้ายแบบคงที่สาธารณะ

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

ApiDef.Visibility สุดท้ายแบบคงที่สาธารณะที่ซ่อน อยู่

 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 สุดท้ายแบบคงที่สาธารณะ ไม่ได้รับการยอมรับ

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

int สุดท้ายแบบคงที่สาธารณะ HIDDEN_VALUE

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

ค่าคงที่: 3

int สุดท้ายคงที่สาธารณะ 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