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

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