enum akhir statis publik FunctionSpec.ExperimentalCompile
Whether the function should be compiled by XLA. The public interface totf.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. Seetf.function
for details.
tensorflow.FunctionSpec.ExperimentalCompile
Konstanta
ke dalam | DEFAULT_VALUE | DEFAULT = 0; |
ke dalam | OFF_VALUE | OFF = 2; |
ke dalam | ON_VALUE | ON = 1; |
Metode Warisan
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