énumération finale statique publique OptimizerOptions.Level
Optimization level
tensorflow.OptimizerOptions.Level
Constantes
int | L0_VALUE | No optimizations L0 = -1; |
int | L1_VALUE | L1 is the default level. |
Méthodes héritées
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