enumeración final estática pública RewriterConfig.Toggle
Protobuf enumeración tensorflow.RewriterConfig.Toggle
Constantes
entero | AGGRESSIVE_VALUE | Enable some aggressive optimizations that use assumptions that TF graphs may break. |
entero | DEFAULT_VALUE | DEFAULT = 0; |
entero | OFF_VALUE | OFF = 2; |
entero | ON_VALUE | ON = 1; |
Métodos heredados
Valores de enumeración
público estático final RewriterConfig.Toggle AGRESIVO
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;
público estático final RewriterConfig.Toggle DEFAULT
DEFAULT = 0;
RewriterConfig.Toggle OFF estático público final
OFF = 2;
RewriterConfig.Toggle final estático público ON
ON = 1;
público estático final RewriterConfig.Toggle NO RECONOCIDO
Constantes
público estático 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
int final estático público DEFAULT_VALUE
DEFAULT = 0;
Valor constante: 0
int final estático público OFF_VALUE
OFF = 2;
Valor constante: 2
int final estático público ON_VALUE
ON = 1;
Valor constante: 1