enumerazione finale statica pubblica OptimizerOptions.GlobalJitLevel
Control the use of the compiler/jit. Experimental.
tensorflow.OptimizerOptions.GlobalJitLevel Costanti
| int | VALORE_DEFAULT | 
 Default setting ("off" now, but later expected to be "on")
 DEFAULT = 0; | 
| int | OFF_VALORE | 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; | 
Metodi ereditati
Valori di enumerazione
pubblico statico finale OptimizerOptions.GlobalJitLevel DEFAULT
 Default setting ("off" now, but later expected to be "on")
 DEFAULT = 0; finale statico pubblico OptimizerOptions.GlobalJitLevel OFF
 OFF = -1;
pubblico statico finale 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; finale statico pubblico OptimizerOptions.GlobalJitLevel ON_2
 ON_2 = 2;
public static final OptimizerOptions.GlobalJitLevel NON RICONOSCIUTO
Costanti
public static final int DEFAULT_VALUE
 Default setting ("off" now, but later expected to be "on")
 DEFAULT = 0; Valore costante: 0 
public static final int OFF_VALUE
 OFF = -1;
 Valore costante: -1 
pubblico statico finale 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; Valore costante: 1 
pubblico statico finale int ON_2_VALUE
 ON_2 = 2;
 Valore costante: 2