FunctionSpec.ExperimentalCompile

public static final numaralandırma 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

Sabitler

int DEFAULT_VALUE DEFAULT = 0;
int OFF_VALUE OFF = 2;
int ON_VALUE ON = 1;

Kalıtsal Yöntemler

son int
int
karşılaştırma (Nesne arg0)
son boole değeri
eşittir (Nesne arg0)
final Sınıfı< FunctionSpec.ExperimentalCompile >
getDeclaringClass ()
son int
hashKodu ()
son Dize
isim ()
son int
sıralı ()
Sicim
toString ()
static <T, Enum<T>> T'yi genişletir
valueOf (Class<T> arg0, String arg1)
boolean
eşittir (Nesne arg0)
son Sınıf<?>
getClass ()
int
hashKodu ()
son boşluk
bildir ()
son boşluk
tümünü bildir ()
Sicim
toString ()
son boşluk
bekle (uzun arg0, int arg1)
son boşluk
bekle (uzun arg0)
son boşluk
Beklemek ()
soyut int

Numaralandırma Değerleri

public static final FunctionSpec.ExperimentalCompile DEFAULT

DEFAULT = 0;

public static final FunctionSpec.ExperimentalCompile KAPALI

OFF = 2;

public static final FunctionSpec.ExperimentalCompile AÇIK

ON = 1;

public static final FunctionSpec.ExperimentalCompile TANIMAYAN

Sabitler

genel statik final int DEFAULT_VALUE

DEFAULT = 0;

Sabit Değer: 0

genel statik final int OFF_VALUE

OFF = 2;

Sabit Değer: 2

genel statik final int ON_VALUE

ON = 1;

Sabit Değer: 1