OptimizerOptions.GlobalJitLevel

enumeración final estática pública OptimizerOptions.GlobalJitLevel

 Control the use of the compiler/jit.  Experimental.
 
Protobuf enumeración tensorflow.OptimizerOptions.GlobalJitLevel

Constantes

En t VALOR POR DEFECTO
 Default setting ("off" now, but later expected to be "on")
 
DEFAULT = 0;
En t OFF_VALUE OFF = -1;
En t ON_1_VALUE
 The following settings turn on compilation, with higher values being
 more aggressive.
En t 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