OptimizerOptions.GlobalJitLevel

ציבורי סטטי סופית OptimizerOptions.GlobalJitLevel

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

קבועים

int ערך ברירת מחדל
 Default setting ("off" now, but later expected to be "on")
 
DEFAULT = 0;
int OFF_VALUE OFF = -1;
int ON_1_VALUE
 The following settings turn on compilation, with higher values being
 more aggressive.
int ON_2_VALUE ON_2 = 2;

שיטות בירושה

ערכים מנויים

Public static final OptimizerOptions.GlobalJitLevel DEFAULT

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

Public static final OptimizerOptions.GlobalJitLevel OFF

OFF = -1;

Public static final 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;

Public static final OptimizerOptions.GlobalJitLevel ON_2

ON_2 = 2;

Public static final OptimizerOptions.GlobalJitLevel UNCOGNIZED

קבועים

ציבורי סטטי סופי int DEFAULT_VALUE

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

ערך קבוע: 0

אינט סופי סטטי ציבורי OFF_VALUE

OFF = -1;

ערך קבוע: -1

אינט סופי סטטי ציבורי 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;

ערך קבוע: 1

אינט סופי סטטי ציבורי ON_2_VALUE

ON_2 = 2;

ערך קבוע: 2