enum akhir statis publik ApiDef.Visibility
Protobuf enum tensorflow.ApiDef.Visibility
Konstanta
| ke dalam | DEFAULT_VISIBILITY_VALUE | Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef. |
| ke dalam | HIDDEN_VALUE | Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language). |
| ke dalam | SKIP_VALUE | Do not include this op in the generated API. |
| ke dalam | VISIBLE_VALUE | Publicly visible in the API. |
Metode Warisan
Nilai Enum
ApiDef.Visibility final statis publik DEFAULT_VISIBILITY
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0; ApiDef.Visibilitas akhir statis publik TERSEMBUNYI
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3; SKIP ApiDef.Visibilitas akhir statis publik
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 final statis publik TIDAK DIAKUI
ApiDef.Visibilitas akhir statis publik TERLIHAT
Publicly visible in the API.
VISIBLE = 1; Konstanta
int akhir statis publik DEFAULT_VISIBILITY_VALUE
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
DEFAULT_VISIBILITY = 0; Nilai Konstan: 0
int akhir statis publik HIDDEN_VALUE
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
HIDDEN = 3; Nilai Konstan: 3
int akhir statis publik 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; Nilai Konstan: 2
int akhir statis publik VISIBLE_VALUE
Publicly visible in the API.
VISIBLE = 1; Nilai Konstan: 1