public static final enum
OptimizerOptions.Level
Optimization level
tensorflow.OptimizerOptions.Level
Constants
int | L0_VALUE | No optimizations L0 = -1;
|
int | L1_VALUE | L1 is the default level. |
Inherited Methods
Enum Values
public static final OptimizerOptions.Level L0
No optimizations
L0 = -1;
public static final OptimizerOptions.Level L1
L1 is the default level. Optimization performed at L1 : 1. Common subexpression elimination 2. Constant folding
L1 = 0;
public static final OptimizerOptions.Level UNRECOGNIZED
Constants
public static final int L0_VALUE
No optimizations
L0 = -1;
Constant Value:
-1
public static final int L1_VALUE
L1 is the default level. Optimization performed at L1 : 1. Common subexpression elimination 2. Constant folding
L1 = 0;
Constant Value:
0