FunctionSpec.ExperimentalCompile

énumération finale statique publique 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

Constantes

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

Méthodes héritées

entier final
int
comparerTo (Objet arg0)
booléen final
est égal à (Objet arg0)
Classe finale < FunctionSpec.ExperimentalCompile >
getDeclaringClass ()
entier final
Code de hachage ()
Chaîne finale
nom ()
entier final
ordinal ()
Chaîne
àChaîne ()
statique <T étend Enum<T>> T
valueOf (Class<T> arg0, Chaîne arg1)
booléen
est égal à (Objet arg0)
Classe finale<?>
obtenirClasse ()
int
Code de hachage ()
vide final
notifier ()
vide final
notifierTous ()
Chaîne
àChaîne ()
vide final
attendre (long arg0, int arg1)
vide final
attendez (long arg0)
vide final
attendez ()
entier abstrait

Valeurs d'énumération

public static final FunctionSpec.ExperimentalCompile PAR DÉFAUT

DEFAULT = 0;

public statique final FunctionSpec.ExperimentalCompile OFF

OFF = 2;

public statique final FunctionSpec.ExperimentalCompile ON

ON = 1;

public static final FunctionSpec.ExperimentalCompile NON RECONNU

Constantes

public statique final int DEFAULT_VALUE

DEFAULT = 0;

Valeur constante : 0

public statique final int OFF_VALUE

OFF = 2;

Valeur constante : 2

public statique final int ON_VALUE

ON = 1;

Valeur constante : 1