RewriterConfig.Toggle

énumération finale statique publique RewriterConfig.Toggle

Protobuf enum tensorflow.RewriterConfig.Toggle

Constantes

int AGGRESSIVE_VALUE
 Enable some aggressive optimizations that use assumptions that TF graphs
 may break.
int VALEUR PAR DÉFAUT DEFAULT = 0;
int OFF_VALUE OFF = 2;
int ON_VALUE ON = 1;

Méthodes héritées

Valeurs d'énumération

public statique 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 statique final RewriterConfig.Toggle DEFAULT

DEFAULT = 0;

public statique final RewriterConfig.Toggle OFF

OFF = 2;

public statique final RewriterConfig.Toggle ON

ON = 1;

public static final RewriterConfig.Toggle NON RECONNU

Constantes

public statique 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;

Valeur constante : 3

public statique final int DEFAULT_VALUE

DEFAULT = 0;

Valeur constante : 0

public statique final int OFF_VALUE

OFF = 2;

Valeur constante : 2

public statique final int ON_VALUE

ON = 1;

Valeur constante : 1