OptimizerOptions.Level

énumération finale statique publique OptimizerOptions.Level

 Optimization level
 
Protobuf enum tensorflow.OptimizerOptions.Level

Constantes

int L0_VALUE
 No optimizations
 
L0 = -1;
int L1_VALUE
 L1 is the default level.

Méthodes héritées

entier final
comparerTo ( OptimizerOptions.Level arg0)
int
comparerTo (Objet arg0)
booléen final
est égal à (Objet arg0)
Classe finale < OptimizerOptions.Level >
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 ()
abstrait entier
comparerTo ( OptimizerOptions.Level arg0)

Valeurs d'énumération

public statique final OptimizerOptions.Level L0

 No optimizations
 
L0 = -1;

public statique final OptimizerOptions.Level L1

 L1 is the default level.
 Optimization performed at L1 :
 1. Common subexpression elimination
 2. Constant folding
 
L1 = 0;

public statique final OptimizerOptions.Level NON RECONNU

Constantes

public statique final int L0_VALUE

 No optimizations
 
L0 = -1;

Valeur constante : -1

public statique final int L1_VALUE

 L1 is the default level.
 Optimization performed at L1 :
 1. Common subexpression elimination
 2. Constant folding
 
L1 = 0;

Valeur constante : 0