FunctionSpec.ExperimentalCompile

enum akhir statis publik FunctionSpec.ExperimentalCompile

 Whether the function should be compiled by XLA.
 The public interface to tf.function uses an optional boolean to
 represent three distinct states for this field.  Unfortunately, proto3
 removes the ability to explicitly check for the presence or absence of a
 field, so we instead map to an enum.
 See tf.function for details.
 
Protobuf enum tensorflow.FunctionSpec.ExperimentalCompile

Konstanta

ke dalam DEFAULT_VALUE DEFAULT = 0;
ke dalam OFF_VALUE OFF = 2;
ke dalam ON_VALUE ON = 1;

Metode Warisan

int terakhir
bandingkanTo ( FunctionSpec.ExperimentalCompile arg0)
ke dalam
bandingkanTo (Objek arg0)
boolean terakhir
sama dengan (Objek arg0)
Kelas akhir< FunctionSpec.ExperimentalCompile >
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
bandingkanTo ( FunctionSpec.ExperimentalCompile arg0)

Nilai Enum

FunctionSpec.ExperimentalCompile DEFAULT akhir statis publik

DEFAULT = 0;

FunctionSpec.ExperimentalCompile final publik statis MATI

OFF = 2;

FunctionSpec.ExperimentalCompile akhir statis publik AKTIF

ON = 1;

FunctionSpec.ExperimentalCompile final statis publik TIDAK DIAKUI

Konstanta

int akhir statis publik DEFAULT_VALUE

DEFAULT = 0;

Nilai Konstan: 0

int akhir statis publik OFF_VALUE

OFF = 2;

Nilai Konstan: 2

int final statis publik ON_VALUE

ON = 1;

Nilai Konstan: 1