ApiDef.Visibility

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

int terakhir
bandingkanKe ( ApiDef.Visibility arg0)
ke dalam
bandingkanTo (Objek arg0)
boolean terakhir
sama dengan (Objek arg0)
Kelas akhir< ApiDef.Visibility >
dapatkanDeklarasiKelas ()
int terakhir
Kode hash ()
String terakhir
nama ()
int terakhir
ordinal ()
Rangkaian
keString ()
statis <T memperluas Enum<T>> T
valueOf (Kelas<T> arg0, String arg1)
boolean
sama dengan (Objek arg0)
Kelas terakhir<?>
dapatkan Kelas ()
ke dalam
Kode hash ()
kekosongan terakhir
beri tahu ()
kekosongan terakhir
beri tahuSemua ()
Rangkaian
keString ()
kekosongan terakhir
tunggu (arg0 panjang, int arg1)
kekosongan terakhir
tunggu (argumen panjang0)
kekosongan terakhir
Tunggu ()
abstrak ke dalam
bandingkanKe ( ApiDef.Visibility arg0)

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