énumération finale statique publique OptimizerOptions.GlobalJitLevel
Control the use of the compiler/jit. Experimental.Protobuf enum
tensorflow.OptimizerOptions.GlobalJitLevel
Constantes
int | DEFAULT_VALUE | Default setting ("off" now, but later expected to be "on") DEFAULT = 0; |
int | OFF_VALUE | OFF = -1; |
int | ON_1_VALUE | The following settings turn on compilation, with higher values being more aggressive. |
int | ON_2_VALUE | ON_2 = 2; |
Méthodes héritées
Valeurs d'énumération
public statique final OptimizerOptions.GlobalJitLevel PAR DÉFAUT
Default setting ("off" now, but later expected to be "on")
DEFAULT = 0;
public statique final OptimizerOptions.GlobalJitLevel OFF
OFF = -1;
public statique final OptimizerOptions.GlobalJitLevel ON_1
The following settings turn on compilation, with higher values being more aggressive. Higher values may reduce opportunities for parallelism and may use more memory. (At present, there is no distinction, but this is expected to change.)
ON_1 = 1;
public statique final OptimizerOptions.GlobalJitLevel ON_2
ON_2 = 2;
public static final OptimizerOptions.GlobalJitLevel NON RECONNU
Constantes
public statique final int DEFAULT_VALUE
Default setting ("off" now, but later expected to be "on")
DEFAULT = 0;
Valeur constante : 0
public statique final int OFF_VALUE
OFF = -1;
Valeur constante : -1
public statique final int ON_1_VALUE
The following settings turn on compilation, with higher values being more aggressive. Higher values may reduce opportunities for parallelism and may use more memory. (At present, there is no distinction, but this is expected to change.)
ON_1 = 1;
Valeur constante : 1
public statique final int ON_2_VALUE
ON_2 = 2;
Valeur constante : 2