enum final estático público RewriterConfig.Toggle
Protobuf enum tensorflow.RewriterConfig.Toggle
Constantes
interno | AGRESSIVE_VALUE | Enable some aggressive optimizations that use assumptions that TF graphs may break. |
interno | DEFAULT_VALUE | DEFAULT = 0; |
interno | OFF_VALUE | OFF = 2; |
interno | ON_VALUE | ON = 1; |
Métodos herdados
Valores de Enum
final estático público RewriterConfig.Toggle AGRESSIVO
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;
público estático final RewriterConfig.Toggle OFF
OFF = 2;
público estático final RewriterConfig.Toggle ON
ON = 1;
público estático final RewriterConfig.Toggle UNRECOGNIZED
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
público estático final int DEFAULT_VALUE
DEFAULT = 0;
Valor Constante: 0
público estático final int OFF_VALUE
OFF = 2;
Valor Constante: 2
público estático final int ON_VALUE
ON = 1;
Valor Constante: 1