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. |
วิธีการสืบทอด
ค่าแจงนับ
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