enumerazione finale statica pubblica RewriterConfig.Toggle
Protobuf enum tensorflow.RewriterConfig.Toggle
Costanti
int | AGGRESSIVE_VALUE | Enable some aggressive optimizations that use assumptions that TF graphs may break. |
int | VALORE_DEFAULT | DEFAULT = 0; |
int | OFF_VALORE | OFF = 2; |
int | ON_VALUE | ON = 1; |
Metodi ereditati
Valori di enumerazione
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 NON RICONOSCIUTO
Costanti
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;
Valore costante: 3
public static final int DEFAULT_VALUE
DEFAULT = 0;
Valore costante: 0
public static final int OFF_VALUE
OFF = 2;
Valore costante: 2
pubblico statico finale int ON_VALUE
ON = 1;
Valore costante: 1