OptimizerOptions.GlobalJitLevel

publiczne statyczne wyliczenie końcowe OptimizerOptions.GlobalJitLevel

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

Stałe

wew DOMYŚLNA WARTOŚĆ
 Default setting ("off" now, but later expected to be "on")
 
DEFAULT = 0;
wew WYŁ_WARTOŚĆ OFF = -1;
wew ON_1_VALUE
 The following settings turn on compilation, with higher values being
 more aggressive.
wew ON_2_VALUE ON_2 = 2;

Metody dziedziczone

Wartości wyliczeniowe

publiczny statyczny końcowy OptimizerOptions.GlobalJitLevel DEFAULT

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

publiczny statyczny końcowy OptimizerOptions.GlobalJitLevel WYŁĄCZONY

OFF = -1;

publiczny statyczny końcowy 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;

publiczny statyczny końcowy OptimizerOptions.GlobalJitLevel ON_2

ON_2 = 2;

publiczny statyczny końcowy OptimizerOptions.GlobalJitLevel NIEROZPOZNANY

Stałe

publiczny statyczny końcowy int DEFAULT_VALUE

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

Wartość stała: 0

publiczny statyczny końcowy int OFF_VALUE

OFF = -1;

Wartość stała: -1

publiczny statyczny końcowy 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;

Wartość stała: 1

publiczny statyczny końcowy int ON_2_VALUE

ON_2 = 2;

Wartość stała: 2