OptimizerOptions.GlobalJitLevel

enum final estático público OptimizerOptions.GlobalJitLevel

 Control the use of the compiler/jit.  Experimental.
 
Protobuf enum tensorflow.OptimizerOptions.GlobalJitLevel

Constantes

interno VALOR PADRÃO
 Default setting ("off" now, but later expected to be "on")
 
DEFAULT = 0;
interno OFF_VALUE OFF = -1;
interno ON_1_VALUE
 The following settings turn on compilation, with higher values being
 more aggressive.
interno ON_2_VALUE ON_2 = 2;

Métodos herdados

Valores de Enum

público estático final OptimizerOptions.GlobalJitLevel DEFAULT

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

público estático final OptimizerOptions.GlobalJitLevel OFF

OFF = -1;

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

público estático final OptimizerOptions.GlobalJitLevel ON_2

ON_2 = 2;

público estático final OptimizerOptions.GlobalJitLevel UNRECOGNIZED

Constantes

público estático final int DEFAULT_VALUE

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

Valor Constante: 0

público estático final int 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