RewriterConfig.Toggle

public static final enum RewriterConfig.Toggle

tensorflow.RewriterConfig.Toggle enum tensorflow.RewriterConfig.Toggle

Constantes

int AGGRESSIVE_VALUE
 Enable some aggressive optimizations that use assumptions that TF graphs
 may break.
int VALOR PADRÃO DEFAULT = 0;
int OFF_VALUE OFF = 2;
int ON_VALUE ON = 1;

Métodos herdados

Valores Enum

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

Constantes

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;

Valor Constante: 3

public static final int DEFAULT_VALUE

DEFAULT = 0;

Valor constante: 0

public static final int OFF_VALUE

OFF = 2;

Valor constante: 2

public static final int ON_VALUE

ON = 1;

Valor Constante: 1