enumeración final estática pública OptimizerOptions.GlobalJitLevel
Control the use of the compiler/jit. Experimental.Protobuf enumeración
tensorflow.OptimizerOptions.GlobalJitLevel
Constantes
entero | DEFAULT_VALUE | Default setting ("off" now, but later expected to be "on") DEFAULT = 0; |
entero | OFF_VALUE | OFF = -1; |
entero | ON_1_VALUE | The following settings turn on compilation, with higher values being more aggressive. |
entero | ON_2_VALUE | ON_2 = 2; |
Métodos heredados
Valores de enumeración
OptimizerOptions.GlobalJitLevel DEFAULT final estático público
Default setting ("off" now, but later expected to be "on")
DEFAULT = 0;
OptimizerOptions.GlobalJitLevel final estático público APAGADO
OFF = -1;
OptimizerOptions.GlobalJitLevel ON_1 final estático público
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;
OptimizerOptions.GlobalJitLevel ON_2 final estático público
ON_2 = 2;
OptimizerOptions.GlobalJitLevel final estático público NO RECONOCIDO
Constantes
int final estático público DEFAULT_VALUE
Default setting ("off" now, but later expected to be "on")
DEFAULT = 0;
Valor constante: 0
int final estático público OFF_VALUE
OFF = -1;
Valor constante: -1
int final estático público 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;
Valor constante: 1
int final estático público ON_2_VALUE
ON_2 = 2;
Valor constante: 2