OptimizerOptions.GlobalJitLevel

public static final enum 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

public static final OptimizerOptions.GlobalJitLevel DEFAULT

 Default setting ("off" now, but later expected to be "on")
 
DEFAULT = 0;

OptimizerOptions.GlobalJitLevel público estático final OFF

OFF = -1;

OptimizerOptions.GlobalJitLevel público estático final 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;

OptimizerOptions.GlobalJitLevel público estático final ON_2

ON_2 = 2;

OptimizerOptions.GlobalJitLevel final estático público UNRECOGNIZED

Constantes

public static final int DEFAULT_VALUE

 Default setting ("off" now, but later expected to be "on")
 
DEFAULT = 0;

Valor constante: 0

public static final int OFF_VALUE

OFF = -1;

Valor constante: -1

public static 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;

Valor constante: 1

public static final int ON_2_VALUE

ON_2 = 2;

Valor constante: 2