ApiDef.Visibility

public static enum ApiDef.Visibility

Protobuf enum tensorflow.ApiDef.Visibility

Hằng số

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.

Phương pháp kế thừa

int cuối cùng
so sánhTo ( ApiDef.Visibility arg0)
int
so sánh (Đối tượng arg0)
boolean cuối cùng
bằng (Đối tượng arg0)
Lớp cuối cùng< ApiDef.Visibility >
getDeclaringClass ()
int cuối cùng
mã băm ()
chuỗi cuối cùng
tên ()
int cuối cùng
thứ tự ()
Sợi dây
toString ()
tĩnh <T mở rộng Enum<T>> T
valueOf (Lớp<T> arg0, Chuỗi arg1)
boolean
bằng (Đối tượng arg0)
Lớp cuối cùng<?>
getClass ()
int
mã băm ()
khoảng trống cuối cùng
thông báo ()
khoảng trống cuối cùng
thông báoTất cả ()
Sợi dây
toString ()
khoảng trống cuối cùng
chờ đã (arg0 dài, int arg1)
khoảng trống cuối cùng
chờ đã (arg0 dài)
khoảng trống cuối cùng
Chờ đợi ()
int trừu tượng
so sánhTo ( ApiDef.Visibility arg0)

Giá trị liệt kê

ApiDef tĩnh cuối cùng công khai. Khả năng hiển thị DEFAULT_VISIBILITY

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

ApiDef tĩnh công khai cuối cùng. Khả năng hiển thị ẨN

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

ApiDef tĩnh cuối cùng công khai. Khả năng hiển thị 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 tĩnh công khai cuối cùng. Khả năng hiển thị KHÔNG ĐƯỢC CÔNG NHẬN

ApiDef tĩnh cuối cùng công khai. Khả năng hiển thị VISIBLE

 Publicly visible in the API.
 
VISIBLE = 1;

Hằng số

int tĩnh công khai DEFAULT_VISIBILITY_VALUE

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

Giá trị không đổi: 0

int tĩnh công khai HIDDEN_VALUE

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

Giá trị không đổi: 3

int tĩnh cuối cùng 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;

Giá trị không đổi: 2

int tĩnh công khai VISIBLE_VALUE

 Publicly visible in the API.
 
VISIBLE = 1;

Giá trị không đổi: 1