enumeración final estática pública SaverDef.CheckpointFormatVersion
A version number that identifies a different on-disk checkpoint format. Usually, each subclass of BaseSaverBuilder works with a particular version/format. However, it is possible that the same builder may be upgraded to support a newer checkpoint format in the future.
tensorflow.SaverDef.CheckpointFormatVersion
Constantes
entero | LEGACY_VALUE | Internal legacy format. |
entero | V1_VALUE | Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
entero | V2_VALUE | Current format: more efficient. |
Métodos heredados
entero final | comparar con ( SaverDef.CheckpointFormatVersion arg0) |
entero | comparar con (objeto arg0) |
booleano final | es igual (Objeto arg0) |
Clase final< SaverDef.CheckpointFormatVersion > | getDeclaringClass () |
entero final | código hash () |
cadena final | nombre () |
entero final | ordinal () |
Cadena | a cadena () |
estático <T extiende Enum<T>> T | valor de (Clase<T> arg0, Cadena arg1) |
booleano | es igual (Objeto arg0) |
Clase final<?> | obtenerclase () |
entero | código hash () |
vacío final | notificar () |
vacío final | notificar a todos () |
Cadena | a cadena () |
vacío final | esperar (arg0 largo, int arg1) |
vacío final | espera (arg0 largo) |
vacío final | esperar () |
resumen entero | comparar con ( SaverDef.CheckpointFormatVersion arg0) |
Valores de enumeración
SaverDef.CheckpointFormatVersion final estático público LEGACY
Internal legacy format.
LEGACY = 0;
SaverDef.CheckpointFormatVersion final estático público NO RECONOCIDO
SaverDef.CheckpointFormatVersion V1 final estático público
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
SaverDef.CheckpointFormatVersion V2 final estático público
Current format: more efficient.
V2 = 2;
Constantes
público estático final int LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
Valor constante: 0
público estático final int V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Valor constante: 1
público estático final int V2_VALUE
Current format: more efficient.
V2 = 2;
Valor constante: 2