パブリック静的最終列挙型OptimizerOptions.GlobalJitLevel
Control the use of the compiler/jit. Experimental.Protobuf enum
tensorflow.OptimizerOptions.GlobalJitLevel
定数
整数 | DEFAULT_VALUE | Default setting ("off" now, but later expected to be "on") DEFAULT = 0; |
整数 | OFF_VALUE | OFF = -1; |
整数 | ON_1_VALUE | The following settings turn on compilation, with higher values being more aggressive. |
整数 | ON_2_VALUE | ON_2 = 2; |
継承されたメソッド
列挙値
パブリック静的最終 OptimizerOptions.GlobalJitLevel DEFAULT
Default setting ("off" now, but later expected to be "on")
DEFAULT = 0;
public static Final OptimizerOptions.GlobalJitLevel OFF
OFF = -1;
パブリック静的最終 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;
パブリック静的最終 OptimizerOptions.GlobalJitLevel ON_2
ON_2 = 2;
public static Final OptimizerOptions.GlobalJitLevel認識されません
定数
パブリック静的最終整数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