public static final enum
RewriterConfig.Toggle
Protobuf enum tensorflow.RewriterConfig.Toggle
Constants
int | AGGRESSIVE_VALUE | Enable some aggressive optimizations that use assumptions that TF graphs may break. |
int | DEFAULT_VALUE | DEFAULT = 0;
|
int | OFF_VALUE | OFF = 2;
|
int | ON_VALUE | ON = 1;
|
Inherited Methods
Enum Values
public static final RewriterConfig.Toggle AGGRESSIVE
Enable some aggressive optimizations that use assumptions that TF graphs may break. For example, assume the shape of a placeholder matches its actual feed.
AGGRESSIVE = 3;
public static final RewriterConfig.Toggle DEFAULT
DEFAULT = 0;
public static final RewriterConfig.Toggle OFF
OFF = 2;
public static final RewriterConfig.Toggle ON
ON = 1;
public static final RewriterConfig.Toggle UNRECOGNIZED
Constants
public static final int AGGRESSIVE_VALUE
Enable some aggressive optimizations that use assumptions that TF graphs may break. For example, assume the shape of a placeholder matches its actual feed.
AGGRESSIVE = 3;
Constant Value:
3
public static final int DEFAULT_VALUE
DEFAULT = 0;
Constant Value:
0
public static final int OFF_VALUE
OFF = 2;
Constant Value:
2
public static final int ON_VALUE
ON = 1;
Constant Value:
1